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 c12d3dc commit 0fc0904Copy full SHA for 0fc0904
src/Metadata/Resource/Factory/OperationDefaultsTrait.php
@@ -16,7 +16,6 @@
16
use ApiPlatform\Metadata\ApiResource;
17
use ApiPlatform\Metadata\CollectionOperationInterface;
18
use ApiPlatform\Metadata\Delete;
19
-use ApiPlatform\Metadata\Error;
20
use ApiPlatform\Metadata\Exception\RuntimeException;
21
use ApiPlatform\Metadata\Get;
22
use ApiPlatform\Metadata\GetCollection;
@@ -32,6 +31,7 @@
32
31
use ApiPlatform\Metadata\Patch;
33
use ApiPlatform\Metadata\Post;
34
use ApiPlatform\Metadata\Util\CamelCaseToSnakeCaseNameConverter;
+use ApiPlatform\State\ApiResource\Error;
35
use ApiPlatform\State\CreateProvider;
36
use ApiPlatform\Validator\Exception\ValidationException;
37
use Psr\Log\LoggerInterface;
0 commit comments