diff --git a/system/Plugin.php b/system/Plugin.php index d1a66f1..4bdd1b9 100644 --- a/system/Plugin.php +++ b/system/Plugin.php @@ -85,7 +85,7 @@ abstract class Plugin implements EventSubscriberInterface protected function getDispatcher() { - return $this->$container['dispatcher']; + return $this->container['dispatcher']; } protected function getTwig()