| Total Complexity | 3 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | class ServiceProvider extends \Illuminate\Support\ServiceProvider |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Bootstrap any application services. |
||
| 11 | * |
||
| 12 | * @return void |
||
| 13 | */ |
||
| 14 | 10 | public function boot() |
|
| 29 | 10 | ); |
|
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Register any application services. |
||
| 34 | * |
||
| 35 | * @return void |
||
| 36 | */ |
||
| 37 | 10 | public function register() |
|
| 42 |