Skip to content

Commit

Permalink
Update API Platform’s demo link (#1819)
Browse files Browse the repository at this point in the history
  • Loading branch information
pentiminax authored Oct 16, 2023
1 parent b21af1a commit 6931484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Extensions are specific to Doctrine and Elasticsearch-PHP, and therefore, the Do
reading support must be enabled to use this feature. If you use custom providers it's up to you to implement your own
extension system or not.

You can find a working example of a custom extension using a pagination in the [API Platform's demo application](https://github.com/api-platform/demo/blob/main/api/src/State/Extension/TopBookPaginationExtension.php).
You can find a working example of a custom extension in the [API Platform's demo application](https://github.com/api-platform/demo/blob/main/api/src/Doctrine/Orm/Extension/BookmarkQueryCollectionExtension.php).

## Custom Doctrine ORM Extension

Expand Down

0 comments on commit 6931484

Please sign in to comment.