Total Complexity | 2 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
27 | class AppServiceProvider extends ServiceProvider |
||
28 | { |
||
29 | /** |
||
30 | * Bootstrap any application services. |
||
31 | * |
||
32 | * @return void |
||
33 | */ |
||
34 | 33 | public function boot(): void |
|
35 | { |
||
36 | 33 | } |
|
37 | |||
38 | /** |
||
39 | * Register any application services. |
||
40 | * |
||
41 | * @return void |
||
42 | */ |
||
43 | 33 | public function register(): void |
|
45 | 33 | } |
|
46 | } |
||
47 |