mirror of
https://github.com/typemill/typemill.git
synced 2025-07-31 03:10:19 +02:00
Version 1.5.3 fix dispatcher for plugins
This commit is contained in:
@@ -85,7 +85,7 @@ abstract class Plugin implements EventSubscriberInterface
|
||||
|
||||
protected function getDispatcher()
|
||||
{
|
||||
return $this->$container['dispatcher'];
|
||||
return $this->container['dispatcher'];
|
||||
}
|
||||
|
||||
protected function getTwig()
|
||||
|
Reference in New Issue
Block a user