From c3a9327626393ee6b7b78974cf37b56d6c7a6ff2 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 6 Dec 2020 09:03:07 +0300 Subject: [PATCH] feat(core): Add ability to extend Core class with Macros. #489 --- src/flextype/Foundation/Plugins.php | 3 +++ 1 file changed, 3 insertions(+) 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 *