From 0780d3e830b8f9f3f5d538b937e92060a1a9baf7 Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 14 Aug 2020 13:47:40 +0300 Subject: [PATCH] feat(core): Flextype Solid Core - next round #458 --- src/flextype/app/Foundation/Plugins.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flextype/app/Foundation/Plugins.php b/src/flextype/app/Foundation/Plugins.php index 6d3d8004..cceeb22b 100755 --- a/src/flextype/app/Foundation/Plugins.php +++ b/src/flextype/app/Foundation/Plugins.php @@ -182,7 +182,7 @@ class Plugins $this->includeEnabledPlugins($flextype, $flextype); - $this->container['emitter']->emit('onPluginsInitialized'); + $this->flextype->container('emitter')->emit('onPluginsInitialized'); } /**