| 1 | <?php namespace Arcanesoft\Auth\Providers;  | 
            ||
| 11 | class CommandServiceProvider extends ServiceProvider  | 
            ||
| 12 | { | 
            ||
| 13 | /* ------------------------------------------------------------------------------------------------  | 
            ||
| 14 | | Main Functions  | 
            ||
| 15 | | ------------------------------------------------------------------------------------------------  | 
            ||
| 16 | */  | 
            ||
| 17 | /**  | 
            ||
| 18 | * Register the service provider.  | 
            ||
| 19 | */  | 
            ||
| 20 | 9 | public function register()  | 
            |
| 26 | |||
| 27 | /**  | 
            ||
| 28 | * Get the provided commands.  | 
            ||
| 29 | *  | 
            ||
| 30 | * @return array  | 
            ||
| 31 | */  | 
            ||
| 32 | public function provides()  | 
            ||
| 38 | |||
| 39 | /* ------------------------------------------------------------------------------------------------  | 
            ||
| 40 | | Command Functions  | 
            ||
| 41 | | ------------------------------------------------------------------------------------------------  | 
            ||
| 42 | */  | 
            ||
| 43 | /**  | 
            ||
| 44 | * Register the publish command.  | 
            ||
| 45 | */  | 
            ||
| 46 | 9 | private function registerPublishCommand()  | 
            |
| 55 | }  | 
            ||
| 56 |