Skip to content

Commit 05b0eb7

Browse files
authored
Mention \Stringable identifier support (#1770)
1 parent 9a7582b commit 05b0eb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/identifiers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,3 +197,4 @@ API Platform supports the following identifier types:
197197
- `\Ramsey\Uuid\Uuid` (see [UuidNormalizer](https://github.com/api-platform/core/blob/main/src/RamseyUuid/UriVariableTransformer/UuidUriVariableTransformer.php))
198198
- `\Symfony\Component\Uid\Ulid` (see [UlidNormalizer](https://github.com/api-platform/core/blob/main/src/Symfony/UriVariableTransformer/UlidUriVariableTransformer.php))
199199
- `\Symfony\Component\Uid\Uuid` (see [UuidNormalizer](https://github.com/api-platform/core/blob/main/src/Symfony/UriVariableTransformer/UuidUriVariableTransformer.php))
200+
`\Stringable` (essential when using composite identifiers from related resource classes)

0 commit comments

Comments
 (0)