Total Complexity | 2 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Coverage | 88.89% |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class SsoServiceProvider extends ServiceProvider |
||
14 | { |
||
15 | /** |
||
16 | * Perform post-registration booting of services. |
||
17 | * |
||
18 | * @return void |
||
19 | */ |
||
20 | 1 | public function boot() |
|
30 | ] |
||
31 | ); |
||
32 | 1 | } |
|
33 | ); |
||
34 | 1 | } |
|
35 | |||
36 | /** |
||
37 | * Register the service provider. |
||
38 | * |
||
39 | * @return void |
||
40 | */ |
||
41 | public function register() |
||
46 |