Total Complexity | 2 |
Total Lines | 48 |
Duplicated Lines | 0 % |
Changes | 4 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
19 | class PrequelServiceProvider extends ServiceProvider |
||
20 | { |
||
21 | |||
22 | /** |
||
23 | * Register services. |
||
24 | * |
||
25 | * @return void |
||
26 | * @throws \Illuminate\Contracts\Container\BindingResolutionException |
||
27 | */ |
||
28 | public function register() |
||
40 | } |
||
41 | |||
42 | /** |
||
43 | * Bootstrap services. |
||
44 | * |
||
45 | * @return void |
||
46 | */ |
||
47 | public function boot() |
||
69 |