Fixed a wrong CacheEvent instanciation.

This commit is contained in:
Franck Allimant
2014-02-04 00:20:45 +01:00
parent 726d7ffe91
commit b18718293f

View File

@@ -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')
);