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