Passed
Push — master ( 83d976...fd6d90 )
by Aimeos
03:07
created
Service/Config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
 	 */
43 43
 	public function get( $type = 'frontend' )
44 44
 	{
45
-		$configPaths = $this->container->get('aimeos')->get()->getConfigPaths();
45
+		$configPaths = $this->container->get( 'aimeos' )->get()->getConfigPaths();
46 46
 
47 47
 		$conf = new \Aimeos\MW\Config\PHPArray( [], $configPaths );
48 48
 
Please login to merge, or discard this patch.