Total Complexity | 2 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
6 | class RequestLoggerServiceProvider extends ServiceProvider |
||
7 | { |
||
8 | /** |
||
9 | * Bootstrap the application services. |
||
10 | * |
||
11 | * @return void |
||
12 | */ |
||
13 | public function boot() |
||
15 | |||
16 | } |
||
17 | |||
18 | |||
19 | /** |
||
20 | * Register the application services. |
||
21 | * |
||
22 | * @return void |
||
23 | */ |
||
24 | public function register() |
||
30 | } |
||
31 | } |