@@ -27,7 +27,7 @@ |
||
| 27 | 27 | public function __construct(ManagerRegistry $managerRegistry, CacheItemPoolInterface $cachePool, LoggerInterface $logger) |
| 28 | 28 | { |
| 29 | 29 | $this->managerRegistry = $managerRegistry; |
| 30 | - parent::__construct($cachePool,$logger); |
|
| 30 | + parent::__construct($cachePool, $logger); |
|
| 31 | 31 | } |
| 32 | 32 | |
| 33 | 33 | /** |