Total Complexity | 5 |
Total Lines | 55 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 4 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | class ServiceProvider extends \Illuminate\Support\ServiceProvider |
||
12 | { |
||
13 | /** |
||
14 | * Bootstrap the application services... |
||
15 | * |
||
16 | * @return void |
||
17 | */ |
||
18 | 67 | public function boot() |
|
33 | 67 | } |
|
34 | |||
35 | /** |
||
36 | * Register the application services. |
||
37 | * |
||
38 | * @return void |
||
39 | * @throws Exception |
||
40 | */ |
||
41 | 67 | public function register() |
|
48 | 67 | }); |
|
49 | 67 | } |
|
50 | |||
51 | /** |
||
52 | * @return string |
||
53 | */ |
||
54 | 67 | protected function configPath(): string |
|
57 | } |
||
58 | |||
59 | /** |
||
60 | * @param $configFile |
||
61 | * @return string |
||
62 | */ |
||
63 | 67 | protected function publishPath($configFile): string |
|
68 |