1
0
mirror of https://github.com/typemill/typemill.git synced 2025-07-31 19:30:40 +02:00

Version 1.5.3 fix dispatcher for plugins

This commit is contained in:
trendschau
2022-02-02 21:37:32 +01:00
parent 9926c24307
commit 2159c775be

View File

@@ -85,7 +85,7 @@ abstract class Plugin implements EventSubscriberInterface
protected function getDispatcher()
{
return $this->$container['dispatcher'];
return $this->container['dispatcher'];
}
protected function getTwig()