File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/src/DependencyInjection/Compiler
src/Symfony/Bundle/DependencyInjection/Compiler Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
14
14
namespace ApiPlatform \Playground \DependencyInjection \Compiler ;
15
15
16
- use ApiPlatform \Util \AttributeFilterExtractorTrait ;
16
+ use ApiPlatform \Metadata \ Util \AttributeFilterExtractorTrait ;
17
17
use Symfony \Component \DependencyInjection \ChildDefinition ;
18
18
use Symfony \Component \DependencyInjection \Compiler \CompilerPassInterface ;
19
19
use Symfony \Component \DependencyInjection \ContainerBuilder ;
Original file line number Diff line number Diff line change 14
14
namespace ApiPlatform \Symfony \Bundle \DependencyInjection \Compiler ;
15
15
16
16
use ApiPlatform \Metadata \ApiFilter ;
17
+ use ApiPlatform \Metadata \Util \AttributeFilterExtractorTrait ;
17
18
use ApiPlatform \Metadata \Util \ReflectionClassRecursiveIterator ;
18
- use ApiPlatform \Util \AttributeFilterExtractorTrait ;
19
19
use Symfony \Component \DependencyInjection \ChildDefinition ;
20
20
use Symfony \Component \DependencyInjection \Compiler \CompilerPassInterface ;
21
21
use Symfony \Component \DependencyInjection \ContainerBuilder ;
You can’t perform that action at this time.
0 commit comments