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

Version 1.5.3 Fix dispatcher in plugins, parsedown setAllowedShortcodes

This commit is contained in:
trendschau
2022-01-21 23:04:08 +01:00
parent d33d6f725d
commit 9926c24307
2 changed files with 18 additions and 2 deletions

View File

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