clear cache when a module is removed

This commit is contained in:
Manuel Raynaud
2013-10-21 11:32:50 +02:00
parent cb573f478c
commit 6c6227c77a

View File

@@ -90,6 +90,7 @@ class Module extends BaseAction implements EventSubscriberInterface
$con->commit();
$event->setModule($module);
$this->cacheClear();
} catch (\Exception $e) {
$con->rollBack();