File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 169
169
use Symfony \Component \Stopwatch \Stopwatch ;
170
170
use Symfony \Component \String \LazyString ;
171
171
use Symfony \Component \String \Slugger \SluggerInterface ;
172
- use Symfony \Component \Translation \Bridge \Loco \Provider \ LocoProviderFactory ;
172
+ use Symfony \Component \Translation \Bridge \Loco \LocoProviderFactory ;
173
173
use Symfony \Component \Translation \Command \XliffLintCommand as BaseXliffLintCommand ;
174
174
use Symfony \Component \Translation \PseudoLocalizationTranslator ;
175
175
use Symfony \Component \Translation \Translator ;
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \DependencyInjection \Loader \Configurator ;
13
13
14
- use Symfony \Component \Translation \Bridge \Loco \Provider \ LocoProviderFactory ;
14
+ use Symfony \Component \Translation \Bridge \Loco \LocoProviderFactory ;
15
15
use Symfony \Component \Translation \Provider \NullProviderFactory ;
16
16
use Symfony \Component \Translation \Provider \TranslationProviderCollection ;
17
17
use Symfony \Component \Translation \Provider \TranslationProviderCollectionFactory ;
You can’t perform that action at this time.
0 commit comments