1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 14:16:46 +02:00

feat(core): add i18n support into the core - upd for Plugins

This commit is contained in:
Awilum
2022-04-05 16:32:56 +03:00
parent 663369f817
commit 82cbc8480e

View File

@@ -11,7 +11,7 @@ namespace Flextype;
use Glowy\Macroable\Macroable;
use Composer\Semver\Semver;
use Flextype\Component\I18n\I18n;
use Flextype\I18n;
use RuntimeException;
use function array_diff_key;