Skip to content
Open
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: 1 addition & 1 deletion docs/en/identifiers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Configuration options:
- **userModel**: The user model identities are located in. Default is
``Users``.
- **finder**: The finder to use with the model. Default is ``all``.
You can read more about model finders `here <https://book.cakephp.org/4/en/orm/retrieving-data-and-resultsets.html#custom-finder-methods>`__.
You can read more about model finders `here <https://book.cakephp.org/5.x/orm/retrieving-data-and-resultsets.html#custom-finder-methods>`__.

In order to use ORM resolver you must require ``cakephp/orm`` in your
``composer.json`` file (if you are not already using the full CakePHP framework).
Expand Down
Loading