From 6670b0755e0485e37ae6ab0e5d3f8c8c470ae372 Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 22 Jul 2020 11:17:49 +0300 Subject: [PATCH] feat(support): Simplify parsers and serializers #438 --- src/flextype/Foundation/Plugins.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flextype/Foundation/Plugins.php b/src/flextype/Foundation/Plugins.php index 603765db..66ff1c2c 100755 --- a/src/flextype/Foundation/Plugins.php +++ b/src/flextype/Foundation/Plugins.php @@ -386,7 +386,7 @@ class Plugins continue; } - //include_once PATH['project'] . '/plugins/' . $plugin_name . '/bootstrap.php'; + include_once PATH['project'] . '/plugins/' . $plugin_name . '/bootstrap.php'; } } }