We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7250419 commit 465a587Copy full SHA for 465a587
Serializer/EntrypointNormalizer.php
@@ -17,8 +17,8 @@
17
use ApiPlatform\Api\IriConverterInterface as LegacyIriConverterInterface;
18
use ApiPlatform\Api\UrlGeneratorInterface as LegacyUrlGeneratorInterface;
19
use ApiPlatform\Documentation\Entrypoint as DocumentationEntrypoint;
20
-use ApiPlatform\Exception\InvalidArgumentException;
21
use ApiPlatform\Metadata\CollectionOperationInterface;
+use ApiPlatform\Metadata\Exception\InvalidArgumentException;
22
use ApiPlatform\Metadata\IriConverterInterface;
23
use ApiPlatform\Metadata\Operation;
24
use ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface;
0 commit comments