From 58ec695e1989289a048438883d423f3dbc7b34af Mon Sep 17 00:00:00 2001 From: Antoine Bluchet Date: Fri, 19 Jul 2024 17:54:26 +0200 Subject: [PATCH] chore: missing deprecations (#6480) --- Serializer/CollectionNormalizer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Serializer/CollectionNormalizer.php b/Serializer/CollectionNormalizer.php index 8fe2be7..f83264f 100644 --- a/Serializer/CollectionNormalizer.php +++ b/Serializer/CollectionNormalizer.php @@ -16,8 +16,8 @@ use ApiPlatform\Api\ResourceClassResolverInterface as LegacyResourceClassResolverInterface; use ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface; use ApiPlatform\Metadata\ResourceClassResolverInterface; +use ApiPlatform\Metadata\Util\IriHelper; use ApiPlatform\Serializer\AbstractCollectionNormalizer; -use ApiPlatform\Util\IriHelper; use Symfony\Component\Serializer\Exception\UnexpectedValueException; /**