Total Complexity | 3 |
Total Lines | 38 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class JetstreamServiceProvider extends ServiceProvider |
||
10 | { |
||
11 | /** |
||
12 | * Register any application services. |
||
13 | * |
||
14 | * @return void |
||
15 | */ |
||
16 | 18 | public function register() |
|
18 | // |
||
19 | 18 | } |
|
20 | |||
21 | /** |
||
22 | * Bootstrap any application services. |
||
23 | * |
||
24 | * @return void |
||
25 | */ |
||
26 | 18 | public function boot() |
|
31 | 18 | } |
|
32 | |||
33 | /** |
||
34 | * Configure the permissions that are available within the application. |
||
35 | * |
||
36 | * @return void |
||
37 | */ |
||
38 | 18 | protected function configurePermissions() |
|
50 |