@@ -94,7 +94,7 @@ |
||
| 94 | 94 | */ |
| 95 | 95 | protected function addCache( \Aimeos\MShop\ContextIface $context ) : \Aimeos\MShop\ContextIface |
| 96 | 96 | { |
| 97 | - $cache = (new \Aimeos\MAdmin\Cache\Manager\Standard( $context ))->getCache(); |
|
| 97 | + $cache = ( new \Aimeos\MAdmin\Cache\Manager\Standard( $context ) )->getCache(); |
|
| 98 | 98 | |
| 99 | 99 | return $context->setCache( $cache ); |
| 100 | 100 | } |