Total Complexity | 3 |
Total Lines | 40 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 3 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
7 | class ClonerServiceProvider extends ServiceProvider |
||
8 | { |
||
9 | /** |
||
10 | * Bootstrap any application services. |
||
11 | * |
||
12 | * @return void |
||
13 | */ |
||
14 | 32 | public function boot() |
|
19 | } |
||
20 | 32 | ||
21 | 32 | /** |
|
22 | * Register the application services. |
||
23 | * |
||
24 | * @return void |
||
25 | */ |
||
26 | public function register() |
||
35 | } |
||
36 | |||
37 | /** |
||
38 | * Register the configuration required for the package. |
||
39 | * |
||
40 | * @return void |
||
41 | */ |
||
42 | public function registerConfiguration() |
||
50 |