@@ -67,8 +67,8 @@ |
||
| 67 | 67 | */ |
| 68 | 68 | protected function mergeConfigFrom($path, $key) |
| 69 | 69 | { |
| 70 | - $config = $this->app['config']->get($key, []); |
|
| 71 | - $this->app['config']->set($key, $this->mergeConfig(require $path, $config)); |
|
| 70 | + $config = $this->app[ 'config' ]->get($key, [ ]); |
|
| 71 | + $this->app[ 'config' ]->set($key, $this->mergeConfig(require $path, $config)); |
|
| 72 | 72 | } |
| 73 | 73 | |
| 74 | 74 | /** |