Total Complexity | 3 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
5 | class ServiceProvider extends \Illuminate\Support\ServiceProvider |
||
6 | { |
||
7 | /** |
||
8 | * Bootstrap the application services. |
||
9 | * @codeCoverageIgnore |
||
10 | */ |
||
11 | public function boot() |
||
17 | } |
||
18 | } |
||
19 | |||
20 | /** |
||
21 | * Register the application services. |
||
22 | * @codeCoverageIgnore |
||
23 | */ |
||
24 | public function register() |
||
33 |