diff --git a/src/flextype/Foundation/Plugins.php b/src/flextype/Foundation/Plugins.php index c6a308d8..a0dbbcc2 100755 --- a/src/flextype/Foundation/Plugins.php +++ b/src/flextype/Foundation/Plugins.php @@ -9,6 +9,7 @@ declare(strict_types=1); namespace Flextype\Foundation; +use Atomastic\Macroable\Macroable; use Composer\Semver\Semver; use Flextype\Component\I18n\I18n; use RuntimeException; @@ -26,6 +27,8 @@ use function trim; class Plugins { + use Macroable; + /** * Locales array *