Total Complexity | 4 |
Total Lines | 49 |
Duplicated Lines | 0 % |
Coverage | 85% |
Changes | 0 |
1 | <?php |
||
11 | class ServiceProvider extends IlluminateServiceProvider |
||
12 | { |
||
13 | /** |
||
14 | * @return string |
||
15 | */ |
||
16 | protected function getConfigPath(): string |
||
19 | } |
||
20 | |||
21 | /** |
||
22 | * Add the Cors middleware to the router. |
||
23 | * |
||
24 | * @return void |
||
25 | */ |
||
26 | 4 | public function boot() |
|
41 | 4 | }); |
|
42 | 4 | } |
|
43 | |||
44 | /** |
||
45 | * Register the service provider. |
||
46 | * |
||
47 | * @return void |
||
48 | */ |
||
49 | 4 | public function register() |
|
63 |