File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 26
26
use Symfony \Component \DependencyInjection \Loader \XmlFileLoader ;
27
27
use Symfony \Component \DependencyInjection \Loader \YamlFileLoader ;
28
28
use Symfony \Component \DependencyInjection \Reference ;
29
- use Symfony \Component \DependencyInjection \Tests \Fixtures \PrototypeAsAlias \WithAsAliasBothEnv ;
30
29
use Symfony \Component \DependencyInjection \Tests \Fixtures \Prototype \BadClasses \MissingParent ;
31
30
use Symfony \Component \DependencyInjection \Tests \Fixtures \Prototype \Foo ;
32
31
use Symfony \Component \DependencyInjection \Tests \Fixtures \Prototype \FooInterface ;
40
39
use Symfony \Component \DependencyInjection \Tests \Fixtures \PrototypeAsAlias \AliasBarInterface ;
41
40
use Symfony \Component \DependencyInjection \Tests \Fixtures \PrototypeAsAlias \AliasFooInterface ;
42
41
use Symfony \Component \DependencyInjection \Tests \Fixtures \PrototypeAsAlias \WithAsAlias ;
42
+ use Symfony \Component \DependencyInjection \Tests \Fixtures \PrototypeAsAlias \WithAsAliasBothEnv ;
43
43
use Symfony \Component \DependencyInjection \Tests \Fixtures \PrototypeAsAlias \WithAsAliasDevEnv ;
44
44
use Symfony \Component \DependencyInjection \Tests \Fixtures \PrototypeAsAlias \WithAsAliasIdMultipleInterface ;
45
45
use Symfony \Component \DependencyInjection \Tests \Fixtures \PrototypeAsAlias \WithAsAliasInterface ;
You can’t perform that action at this time.
0 commit comments