diff --git a/core/lib/Thelia/Action/Module.php b/core/lib/Thelia/Action/Module.php index f882c6daa..249aab3b2 100644 --- a/core/lib/Thelia/Action/Module.php +++ b/core/lib/Thelia/Action/Module.php @@ -192,7 +192,6 @@ class Module extends BaseAction implements EventSubscriberInterface protected function cacheClear(EventDispatcherInterface $dispatcher) { $cacheEvent = new CacheEvent( - $dispatcher, $this->container->getParameter('kernel.cache_dir') );