Skip to content

Commit 318c166

Browse files
committed
[Translation] [Loco] Simplify namespace
1 parent 2c6df8a commit 318c166

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DependencyInjection/FrameworkExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
use Symfony\Component\Stopwatch\Stopwatch;
170170
use Symfony\Component\String\LazyString;
171171
use Symfony\Component\String\Slugger\SluggerInterface;
172-
use Symfony\Component\Translation\Bridge\Loco\Provider\LocoProviderFactory;
172+
use Symfony\Component\Translation\Bridge\Loco\LocoProviderFactory;
173173
use Symfony\Component\Translation\Command\XliffLintCommand as BaseXliffLintCommand;
174174
use Symfony\Component\Translation\PseudoLocalizationTranslator;
175175
use Symfony\Component\Translation\Translator;

Resources/config/translation_providers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
1313

14-
use Symfony\Component\Translation\Bridge\Loco\Provider\LocoProviderFactory;
14+
use Symfony\Component\Translation\Bridge\Loco\LocoProviderFactory;
1515
use Symfony\Component\Translation\Provider\NullProviderFactory;
1616
use Symfony\Component\Translation\Provider\TranslationProviderCollection;
1717
use Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory;

0 commit comments

Comments
 (0)