1 | <?php namespace Arcanesoft\Core\Providers; |
||
13 | class AuthorizationServiceProvider extends ServiceProvider |
||
14 | { |
||
15 | /* ----------------------------------------------------------------- |
||
16 | | Main Methods |
||
17 | | ----------------------------------------------------------------- |
||
18 | */ |
||
19 | |||
20 | /** |
||
21 | * Register any application authentication / authorization services. |
||
22 | */ |
||
23 | 124 | public function boot() |
|
31 | } |
||
32 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.