1 | <?php |
||
11 | class MultiAuthCommandServiceProvider extends ServiceProvider |
||
12 | { |
||
13 | /** |
||
14 | * Bootstrap the application services. |
||
15 | * |
||
16 | * @return void |
||
17 | */ |
||
18 | public function boot() |
||
22 | |||
23 | /** |
||
24 | * Register the application services. |
||
25 | * |
||
26 | * @return void |
||
27 | */ |
||
28 | public function register() |
||
33 | |||
34 | /** |
||
35 | * Register the make:multi-auth command. |
||
36 | */ |
||
37 | private function registerInstallCommand() |
||
50 | } |
||
51 | |||
52 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.