1 | <?php |
||
12 | class ServiceProvider extends \Illuminate\Support\ServiceProvider |
||
13 | { |
||
14 | /** |
||
15 | * @var bool |
||
16 | */ |
||
17 | protected $defer = false; |
||
18 | |||
19 | /** |
||
20 | * @var string |
||
21 | */ |
||
22 | protected $configName = 'laravel-free-mobile-sms'; |
||
23 | |||
24 | //------------------------------------------------------------------------- |
||
25 | |||
26 | /** |
||
27 | * Register the service provider. |
||
28 | * |
||
29 | * @return void |
||
30 | */ |
||
31 | public function register() |
||
46 | |||
47 | //------------------------------------------------------------------------- |
||
48 | |||
49 | /** |
||
50 | * Bootstrap the application events. |
||
51 | * |
||
52 | * @return void |
||
53 | */ |
||
54 | public function boot() |
||
60 | |||
61 | //------------------------------------------------------------------------- |
||
62 | } |
||
63 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.