Total Complexity | 2 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class TableServiceProvider extends ServiceProvider |
||
11 | { |
||
12 | /** |
||
13 | * Bootstrap the application services. |
||
14 | * |
||
15 | * @return void |
||
16 | */ |
||
17 | 106 | public function boot() |
|
19 | // |
||
20 | 106 | } |
|
21 | |||
22 | /** |
||
23 | * Register the application services. |
||
24 | * |
||
25 | * @return void |
||
26 | */ |
||
27 | 106 | public function register() |
|
40 |