From 82cbc8480ea1034d2d310a2be619b10743866f0b Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 5 Apr 2022 16:32:56 +0300 Subject: [PATCH] feat(core): add i18n support into the core - upd for Plugins --- src/flextype/core/Plugins.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flextype/core/Plugins.php b/src/flextype/core/Plugins.php index 1ab8c960..eb7db8ad 100755 --- a/src/flextype/core/Plugins.php +++ b/src/flextype/core/Plugins.php @@ -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;