Total Complexity | 3 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class ScopeMakeCommandServiceProvider extends ServiceProvider |
||
8 | { |
||
9 | /** |
||
10 | * Bootstrap the application services. |
||
11 | * |
||
12 | * @return void |
||
13 | */ |
||
14 | 1 | public function boot() |
|
15 | { |
||
16 | // |
||
17 | 1 | } |
|
18 | |||
19 | /** |
||
20 | * Register the application services. |
||
21 | * |
||
22 | * @return void |
||
23 | */ |
||
24 | 1 | public function register() |
|
27 | 1 | } |
|
28 | |||
29 | 1 | protected function registerCommands(): void |
|
33 | ]); |
||
34 | 1 | } |
|
36 |