Total Complexity | 2 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | class FormRequestServiceProvider extends ServiceProvider |
||
14 | { |
||
15 | /** |
||
16 | * Register the service provider. |
||
17 | * |
||
18 | * @return void |
||
19 | */ |
||
20 | public function register(): void |
||
22 | // |
||
23 | } |
||
24 | |||
25 | /** |
||
26 | * Bootstrap the application services. |
||
27 | * |
||
28 | * @return void |
||
29 | */ |
||
30 | public function boot(): void |
||
42 |