Total Complexity | 5 |
Total Lines | 40 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class ServiceProvider extends \Illuminate\Support\ServiceProvider |
||
8 | { |
||
9 | 11 | public function boot() |
|
27 | } |
||
28 | } |
||
29 | |||
30 | /** |
||
31 | * @inheritDoc |
||
32 | */ |
||
33 | 11 | public function register() |
|
34 | { |
||
35 | 11 | $this->mergeConfigFrom(__DIR__.'/../config/periodic-notice.php', 'periodic-notice'); |
|
36 | } |
||
37 | |||
38 | /** |
||
39 | * Register the package migrations. |
||
40 | * |
||
41 | * @return void |
||
42 | */ |
||
43 | 11 | protected function registerMigrations() |
|
47 | } |
||
48 | } |
||
50 |