Total Complexity | 3 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class LiberationServiceProvider extends ServiceProvider |
||
10 | { |
||
11 | /** |
||
12 | * Register services. |
||
13 | * |
||
14 | * @return void |
||
15 | */ |
||
16 | public function register() |
||
19 | } |
||
20 | |||
21 | /** |
||
22 | * Bootstrap services. |
||
23 | * |
||
24 | * @return void |
||
25 | */ |
||
26 | public function boot() |
||
28 | // |
||
29 | } |
||
30 | |||
31 | protected function registerMacro() |
||
39 |