@@ -17,7 +17,7 @@ |
||
17 | 17 | public function __construct(ManagerRegistry $managerRegistry, CacheItemPoolInterface $cachePool, LoggerInterface $logger) |
18 | 18 | { |
19 | 19 | $this->managerRegistry = $managerRegistry; |
20 | - parent::__construct($cachePool,$logger); |
|
20 | + parent::__construct($cachePool, $logger); |
|
21 | 21 | } |
22 | 22 | |
23 | 23 | protected function getCachingEndpoint(string $name, string $version): CachingEndpoint |