Skip to content

Commit

Permalink
RamseyUuid
Browse files Browse the repository at this point in the history
  • Loading branch information
laryjulien committed Nov 15, 2021
1 parent e8f2242 commit ba870c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<tag name="api_platform.identifier.denormalizer" priority="-100" />
</service>

<service id="api_platform.serializer.uuid_denormalizer" class="ApiPlatform\Core\Bridge\RamseyUuid\Serializer\UuidDenormalizer" public="false">
<service id="api_platform.serializer.uuid_denormalizer" class="ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer" public="false">
<tag name="serializer.normalizer" />
</service>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

declare(strict_types=1);

namespace ApiPlatform\Core\Bridge\RamseyUuid\Serializer;
namespace ApiPlatform\RamseyUuid\Serializer;

use Ramsey\Uuid\Exception\InvalidUuidStringException;
use Ramsey\Uuid\Uuid;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

declare(strict_types=1);

namespace ApiPlatform\Core\Tests\Bridge\RamseyUuid\Serializer;
namespace ApiPlatform\Tests\Bridge\RamseyUuid\Serializer;

use ApiPlatform\Core\Bridge\RamseyUuid\Serializer\UuidDenormalizer;
use ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer;
use PHPUnit\Framework\TestCase;
use Ramsey\Uuid\Uuid;
use Symfony\Component\Serializer\Exception\NotNormalizableValueException;
Expand Down

0 comments on commit ba870c6

Please sign in to comment.