From a21fd9bae2044500f3e8ba71970388c325c11220 Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 8 Apr 2022 20:23:05 +0300 Subject: [PATCH] chore(plugins): typo update --- src/flextype/core/Plugins.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/flextype/core/Plugins.php b/src/flextype/core/Plugins.php index 4284d43e..2fab1f49 100755 --- a/src/flextype/core/Plugins.php +++ b/src/flextype/core/Plugins.php @@ -81,9 +81,7 @@ class Plugins // Get plugins list $pluginsList = $this->getPluginsList(); - - // $pluginsList = collection($pluginsList)->only(['twig', 'blueprints'])->toArray(); - + // Get plugins Cache ID $pluginsCacheID = $this->getPluginsCacheID($pluginsList);