Total Complexity | 4 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class AppServiceProvider extends ServiceProvider |
||
14 | { |
||
15 | /** |
||
16 | * Register any application services. |
||
17 | * |
||
18 | * @return void |
||
19 | */ |
||
20 | public function register() |
||
21 | { |
||
22 | // |
||
23 | } |
||
24 | |||
25 | /** |
||
26 | * Bootstrap any application services. |
||
27 | * |
||
28 | * @return void |
||
29 | */ |
||
30 | public function boot() |
||
44 | }); |
||
45 | } |
||
47 |