mirror of
https://github.com/superhelio/commands.git
synced 2026-02-01 11:47:23 +00:00
Initial commit, superhelio:reload
This commit is contained in:
13
src/Facade.php
Normal file
13
src/Facade.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
namespace Superhelio\Commands;
|
||||
|
||||
class Facade extends \Illuminate\Support\Facades\Facade
|
||||
{
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
protected static function getFacadeAccessor()
|
||||
{
|
||||
return 'commands';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user