mirror of
https://github.com/flextype/flextype.git
synced 2025-08-24 05:43:10 +02:00
feat(core): Add ability to extend Core class with Macros. #489
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
Reference in New Issue
Block a user