Total Complexity | 2 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | final class SPAServiceProvider extends ServiceProvider |
||
12 | { |
||
13 | /** |
||
14 | * Register any application services. |
||
15 | * |
||
16 | * @return void |
||
17 | * @throws \Illuminate\Contracts\Container\BindingResolutionException |
||
18 | */ |
||
19 | 47 | public function register(): void |
|
25 | 47 | } |
|
26 | |||
27 | /** |
||
28 | * Bootstrap any application services. |
||
29 | * |
||
30 | * @return void |
||
31 | */ |
||
32 | 47 | public function boot(): void |
|
37 |