Total Complexity | 2 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class DhlParcelServiceProvider extends ServiceProvider |
||
8 | { |
||
9 | /** |
||
10 | * Bootstrap the application services. |
||
11 | * |
||
12 | * @return void |
||
13 | */ |
||
14 | 4 | public function boot() |
|
16 | // |
||
17 | 4 | } |
|
18 | |||
19 | /** |
||
20 | * Register the application services. |
||
21 | * |
||
22 | * @return void |
||
23 | */ |
||
24 | 4 | public function register() |
|
25 | { |
||
26 | 4 | $this->mergeConfigFrom(__DIR__.'/../config/dhlparcel.php', 'dhlparcel'); |
|
29 |