Skip to content

Commit 6f3c6a6

Browse files
fix(symfony): attribute filter names (#6062)
* fix: Use ApiPlatform\Metadata\Util tools instead of deprecated ApiPlatform\Util ones (Issue #6023) * fix: Use ApiPlatform\Metadata\Util tools instead of deprecated ApiPlatform\Util ones (Issue #6023) => update docs * csfix
1 parent dc77c79 commit 6f3c6a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/DependencyInjection/Compiler/AttributeFilterPass.php

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

1414
namespace ApiPlatform\Playground\DependencyInjection\Compiler;
1515

16-
use ApiPlatform\Util\AttributeFilterExtractorTrait;
16+
use ApiPlatform\Metadata\Util\AttributeFilterExtractorTrait;
1717
use Symfony\Component\DependencyInjection\ChildDefinition;
1818
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
1919
use Symfony\Component\DependencyInjection\ContainerBuilder;

src/Symfony/Bundle/DependencyInjection/Compiler/AttributeFilterPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
namespace ApiPlatform\Symfony\Bundle\DependencyInjection\Compiler;
1515

1616
use ApiPlatform\Metadata\ApiFilter;
17+
use ApiPlatform\Metadata\Util\AttributeFilterExtractorTrait;
1718
use ApiPlatform\Metadata\Util\ReflectionClassRecursiveIterator;
18-
use ApiPlatform\Util\AttributeFilterExtractorTrait;
1919
use Symfony\Component\DependencyInjection\ChildDefinition;
2020
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
2121
use Symfony\Component\DependencyInjection\ContainerBuilder;

0 commit comments

Comments
 (0)