1 | <?php |
||
14 | class AuthServiceProvider extends ServiceProvider |
||
15 | { |
||
16 | use ConsoleTools; |
||
17 | |||
18 | /** |
||
19 | * The commands to be registered. |
||
20 | * |
||
21 | * @var array |
||
22 | */ |
||
23 | protected $commands = [ |
||
24 | PublishCommand::class => 'command.rinvex.auth.publish', |
||
25 | ]; |
||
26 | |||
27 | /** |
||
28 | * {@inheritdoc} |
||
29 | */ |
||
30 | public function register() |
||
45 | |||
46 | /** |
||
47 | * {@inheritdoc} |
||
48 | */ |
||
49 | public function boot(Router $router) |
||
54 | } |
||
55 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.