Total Complexity | 5 |
Total Lines | 42 |
Duplicated Lines | 0 % |
Changes | 4 | ||
Bugs | 2 | Features | 1 |
1 | <?php |
||
18 | class ValidationServiceProvider extends ServiceProvider |
||
19 | { |
||
20 | /** |
||
21 | * Register services. |
||
22 | * |
||
23 | * @return void |
||
24 | */ |
||
25 | public function register() |
||
28 | } |
||
29 | |||
30 | /** |
||
31 | * Bootstrap services. |
||
32 | * |
||
33 | * @return void |
||
34 | * |
||
35 | * @throws \Exception |
||
36 | * @throws \ReflectionException |
||
37 | */ |
||
38 | public function boot() |
||
64 |