diff --git a/core/identifiers.md b/core/identifiers.md index 8dddd575e3a..60852b915e2 100644 --- a/core/identifiers.md +++ b/core/identifiers.md @@ -119,5 +119,5 @@ Your `PersonDataProvider` will now work as expected! ApiPlatform supports the following identifier types: - `scalar` (string, integer) - - `\DateTime` (uses the symfony `DateTimeNormalizer` internally, see [DateTimeIdentifierNormalizer](https://github.com/api-platform/core/blob/master/src/Identifier/Normalizer/DateTimeIdentifierNormalizer.php)) + - `\DateTime` (uses the symfony `DateTimeNormalizer` internally, see [DateTimeIdentifierNormalizer](https://github.com/api-platform/core/blob/master/src/Identifier/Normalizer/DateTimeIdentifierDenormalizer.php)) - `\Ramsey\Uuid\Uuid` (see [UuidNormalizer](https://github.com/api-platform/core/blob/master/src/Bridge/RamseyUuid/Identifier/Normalizer/UuidNormalizer.php))