1
0
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:
Awilum
2020-12-06 09:03:07 +03:00
parent ee17d79289
commit c3a9327626

View File

@@ -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
*