1 | <?php |
||
8 | class IMGenerateCrudCommandServiceProvider extends ServiceProvider |
||
9 | { |
||
10 | /** |
||
11 | * Bootstrap the application services. |
||
12 | * |
||
13 | * @return void |
||
14 | */ |
||
15 | public function boot() |
||
19 | |||
20 | /** |
||
21 | * Register the application services. |
||
22 | * |
||
23 | * @return void |
||
24 | */ |
||
25 | public function register() |
||
30 | |||
31 | /** |
||
32 | * Register the make:multi-auth command. |
||
33 | */ |
||
34 | private function registerInstallCommand() |
||
43 | } |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.