We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a44711 commit bb1a268Copy full SHA for bb1a268
Serializer/CollectionNormalizer.php
@@ -16,8 +16,8 @@
16
use ApiPlatform\Api\ResourceClassResolverInterface as LegacyResourceClassResolverInterface;
17
use ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface;
18
use ApiPlatform\Metadata\ResourceClassResolverInterface;
19
+use ApiPlatform\Metadata\Util\IriHelper;
20
use ApiPlatform\Serializer\AbstractCollectionNormalizer;
-use ApiPlatform\Util\IriHelper;
21
use Symfony\Component\Serializer\Exception\UnexpectedValueException;
22
23
/**
0 commit comments