Completed
Push — dev ( ff57c1...7a4f9b )
by Marcin
03:20 queued 42s
created
src/ResponseBuilderServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -67,8 +67,8 @@
 block discarded – undo
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
 	/**
Please login to merge, or discard this patch.