@@ -42,7 +42,7 @@ |
||
| 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 | |