1 | <?php |
||
8 | class PutHelperServiceProvider extends ServiceProvider |
||
9 | { |
||
10 | |||
11 | |||
12 | /** |
||
13 | * Register the application services. |
||
14 | * |
||
15 | * @return void |
||
16 | */ |
||
17 | 5 | public function register() |
|
22 | |||
23 | protected $message = ':attribute be a file'; |
||
24 | |||
25 | /** |
||
26 | * Publishes all the config file this package needs to function. |
||
27 | */ |
||
28 | 5 | public function boot() |
|
34 | |||
35 | } |
||
36 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.