File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Core/Bridge/Symfony/Bundle/Resources/config
tests/RamseyUuid/Serializer Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 99 <tag name =" api_platform.identifier.denormalizer" priority =" -100" />
1010 </service >
1111
12- <service id =" api_platform.serializer.uuid_denormalizer" class =" ApiPlatform\Core\Bridge\ RamseyUuid\Serializer\UuidDenormalizer" public =" false" >
12+ <service id =" api_platform.serializer.uuid_denormalizer" class =" ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer" public =" false" >
1313 <tag name =" serializer.normalizer" />
1414 </service >
1515
Original file line number Diff line number Diff line change 1111
1212declare (strict_types=1 );
1313
14- namespace ApiPlatform \Core \ Bridge \ RamseyUuid \Serializer ;
14+ namespace ApiPlatform \RamseyUuid \Serializer ;
1515
1616use Ramsey \Uuid \Exception \InvalidUuidStringException ;
1717use Ramsey \Uuid \Uuid ;
Original file line number Diff line number Diff line change 207207
208208 ApiPlatform \Core \Bridge \Elasticsearch \DataProvider \Paginator::class => ApiPlatform \Elasticsearch \Paginator::class,
209209
210+ // Bridge\RamseyUuid
211+ ApiPlatform \Core \Bridge \RamseyUuid \Serializer \UuidDenormalizer::class => ApiPlatform \RamseyUuid \Serializer \UuidDenormalizer::class,
212+
210213 // Util
211214 ApiPlatform \Core \Util \AnnotationFilterExtractorTrait::class => ApiPlatform \Util \AnnotationFilterExtractorTrait::class,
212215 ApiPlatform \Core \Util \ArrayTrait::class => ApiPlatform \Util \ArrayTrait::class,
Original file line number Diff line number Diff line change 1111
1212declare (strict_types=1 );
1313
14- namespace ApiPlatform \Core \ Tests \ Bridge \RamseyUuid \Serializer ;
14+ namespace ApiPlatform \Tests \RamseyUuid \Serializer ;
1515
16- use ApiPlatform \Core \ Bridge \ RamseyUuid \Serializer \UuidDenormalizer ;
16+ use ApiPlatform \RamseyUuid \Serializer \UuidDenormalizer ;
1717use PHPUnit \Framework \TestCase ;
1818use Ramsey \Uuid \Uuid ;
1919use Symfony \Component \Serializer \Exception \NotNormalizableValueException ;
You can’t perform that action at this time.
0 commit comments