File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
use ApiPlatform \Api \IriConverterInterface as LegacyIriConverterInterface ;
18
18
use ApiPlatform \Api \UrlGeneratorInterface as LegacyUrlGeneratorInterface ;
19
19
use ApiPlatform \Documentation \Entrypoint as DocumentationEntrypoint ;
20
- use ApiPlatform \Exception \InvalidArgumentException ;
21
20
use ApiPlatform \Metadata \CollectionOperationInterface ;
21
+ use ApiPlatform \Metadata \Exception \InvalidArgumentException ;
22
22
use ApiPlatform \Metadata \HttpOperation ;
23
23
use ApiPlatform \Metadata \IriConverterInterface ;
24
24
use ApiPlatform \Metadata \Resource \Factory \ResourceMetadataCollectionFactoryInterface ;
Original file line number Diff line number Diff line change 15
15
16
16
use ApiPlatform \Api \IriConverterInterface as LegacyIriConverterInterface ;
17
17
use ApiPlatform \Api \ResourceClassResolverInterface as LegacyResourceClassResolverInterface ;
18
- use ApiPlatform \Exception \ItemNotFoundException ;
19
18
use ApiPlatform \Metadata \ApiProperty ;
19
+ use ApiPlatform \Metadata \Exception \ItemNotFoundException ;
20
20
use ApiPlatform \Metadata \IriConverterInterface ;
21
21
use ApiPlatform \Metadata \Property \Factory \PropertyMetadataFactoryInterface ;
22
22
use ApiPlatform \Metadata \Property \Factory \PropertyNameCollectionFactoryInterface ;
You can’t perform that action at this time.
0 commit comments