Total Complexity | 4 |
Total Lines | 37 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
7 | class DatabaseSynchronizerServiceProvider extends ServiceProvider |
||
8 | { |
||
9 | /** |
||
10 | * Perform post-registration booting of services. |
||
11 | * |
||
12 | * @return void |
||
13 | */ |
||
14 | public function boot() |
||
22 | ]); |
||
23 | } |
||
24 | |||
25 | /** |
||
26 | * Register any package services. |
||
27 | * |
||
28 | * @return void |
||
29 | */ |
||
30 | public function register() |
||
33 | } |
||
34 | |||
35 | /** |
||
36 | * Console-specific booting. |
||
37 | * |
||
38 | * @return void |
||
39 | */ |
||
40 | protected function bootForConsole() |
||
47 |