@@ -122,7 +122,7 @@ |
||
| 122 | 122 | */ |
| 123 | 123 | protected function addCache( \Aimeos\MShop\ContextIface $context ) : \Aimeos\MShop\ContextIface |
| 124 | 124 | { |
| 125 | - $cache = (new \Aimeos\MAdmin\Cache\Manager\Standard( $context ))->getCache(); |
|
| 125 | + $cache = ( new \Aimeos\MAdmin\Cache\Manager\Standard( $context ) )->getCache(); |
|
| 126 | 126 | |
| 127 | 127 | return $context->setCache( $cache ); |
| 128 | 128 | } |