| Total Complexity | 5 |
| Total Lines | 55 |
| Duplicated Lines | 0 % |
| Coverage | 95.24% |
| Changes | 3 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | class ServiceProvider extends \Illuminate\Support\ServiceProvider |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * Bootstrap the application services... |
||
| 16 | * |
||
| 17 | * @return void |
||
| 18 | */ |
||
| 19 | 24 | public function boot() |
|
| 28 | 24 | } |
|
| 29 | |||
| 30 | /** |
||
| 31 | * Register the application services. |
||
| 32 | * |
||
| 33 | * @return void |
||
| 34 | * @throws Exception |
||
| 35 | */ |
||
| 36 | 24 | public function register() |
|
| 46 | 24 | }); |
|
| 47 | 24 | } |
|
| 48 | |||
| 49 | /** |
||
| 50 | * @return string |
||
| 51 | */ |
||
| 52 | 24 | protected function configPath(): string |
|
| 55 | } |
||
| 56 | |||
| 57 | /** |
||
| 58 | * @param $configFile |
||
| 59 | * @return string |
||
| 60 | */ |
||
| 61 | 24 | protected function publishPath($configFile): string |
|
| 70 |