File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
use ApiPlatform \Api \IdentifiersExtractorInterface as LegacyIdentifiersExtractorInterface ;
17
17
use ApiPlatform \Api \ResourceClassResolverInterface as LegacyResourceClassResolverInterface ;
18
18
use ApiPlatform \Api \UriVariablesConverterInterface as LegacyUriVariablesConverterInterface ;
19
- use ApiPlatform \Exception \InvalidArgumentException ;
20
- use ApiPlatform \Exception \InvalidIdentifierException ;
21
- use ApiPlatform \Exception \ItemNotFoundException ;
22
- use ApiPlatform \Exception \OperationNotFoundException ;
23
- use ApiPlatform \Exception \RuntimeException ;
24
19
use ApiPlatform \Metadata \CollectionOperationInterface ;
20
+ use ApiPlatform \Metadata \Exception \InvalidArgumentException ;
21
+ use ApiPlatform \Metadata \Exception \InvalidIdentifierException ;
22
+ use ApiPlatform \Metadata \Exception \ItemNotFoundException ;
23
+ use ApiPlatform \Metadata \Exception \OperationNotFoundException ;
24
+ use ApiPlatform \Metadata \Exception \RuntimeException ;
25
25
use ApiPlatform \Metadata \Get ;
26
26
use ApiPlatform \Metadata \GetCollection ;
27
27
use ApiPlatform \Metadata \HttpOperation ;
You can’t perform that action at this time.
0 commit comments