File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 133
133
<service id =" ApiPlatform\Api\IdentifiersExtractorInterface" alias =" api_platform.api.identifiers_extractor" />
134
134
<service id =" ApiPlatform\Metadata\IdentifiersExtractorInterface" alias =" api_platform.api.identifiers_extractor" />
135
135
136
- <service id =" api_platform.uri_variables.converter" class =" ApiPlatform\Api \UriVariablesConverter" public =" false" >
136
+ <service id =" api_platform.uri_variables.converter" class =" ApiPlatform\Metadata \UriVariablesConverter" public =" false" >
137
137
<argument type =" service" id =" api_platform.metadata.property.metadata_factory" />
138
138
<argument type =" service" id =" api_platform.metadata.resource.metadata_collection_factory" />
139
139
<argument type =" tagged" tag =" api_platform.uri_variables.transformer" />
Original file line number Diff line number Diff line change 13
13
14
14
namespace ApiPlatform \Symfony \Controller ;
15
15
16
- use ApiPlatform \Api \UriVariablesConverterInterface ;
17
16
use ApiPlatform \Exception \InvalidIdentifierException ;
18
17
use ApiPlatform \Exception \InvalidUriVariableException ;
19
18
use ApiPlatform \Metadata \Error ;
20
19
use ApiPlatform \Metadata \Exception \RuntimeException ;
21
20
use ApiPlatform \Metadata \HttpOperation ;
22
21
use ApiPlatform \Metadata \Resource \Factory \ResourceMetadataCollectionFactoryInterface ;
22
+ use ApiPlatform \Metadata \UriVariablesConverterInterface ;
23
23
use ApiPlatform \State \ProcessorInterface ;
24
24
use ApiPlatform \State \ProviderInterface ;
25
25
use ApiPlatform \State \UriVariablesResolverTrait ;
Original file line number Diff line number Diff line change 14
14
namespace ApiPlatform \Symfony \EventListener ;
15
15
16
16
use ApiPlatform \Metadata \Error ;
17
- use ApiPlatform \Util \RequestAttributesExtractor ;
17
+ use ApiPlatform \State \ Util \RequestAttributesExtractor ;
18
18
use Symfony \Component \HttpKernel \Event \ExceptionEvent ;
19
19
use Symfony \Component \HttpKernel \EventListener \ErrorListener ;
20
20
You can’t perform that action at this time.
0 commit comments