Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions core/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ final readonly class CurrentUserExtension implements QueryCollectionExtensionInt

```

Note that the default `rootAlias` is "o" in the bundled `ItemProvider` and `CollectionProvider`, so you should use different aliases for your custom joins in your extension.

Finally, if you're not using the autoconfiguration, you have to register the custom extension with either of those tags:

```yaml
Expand Down