Skip to content

Commit

Permalink
fix(symfony): attribute filter names (#6062)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
celinederoland committed Dec 23, 2023
1 parent dc77c79 commit 6f3c6a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -13,7 +13,7 @@

namespace ApiPlatform\Playground\DependencyInjection\Compiler;

use ApiPlatform\Util\AttributeFilterExtractorTrait;
use ApiPlatform\Metadata\Util\AttributeFilterExtractorTrait;
use Symfony\Component\DependencyInjection\ChildDefinition;
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
use Symfony\Component\DependencyInjection\ContainerBuilder;
Expand Down
Expand Up @@ -14,8 +14,8 @@
namespace ApiPlatform\Symfony\Bundle\DependencyInjection\Compiler;

use ApiPlatform\Metadata\ApiFilter;
use ApiPlatform\Metadata\Util\AttributeFilterExtractorTrait;
use ApiPlatform\Metadata\Util\ReflectionClassRecursiveIterator;
use ApiPlatform\Util\AttributeFilterExtractorTrait;
use Symfony\Component\DependencyInjection\ChildDefinition;
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
use Symfony\Component\DependencyInjection\ContainerBuilder;
Expand Down

0 comments on commit 6f3c6a6

Please sign in to comment.