diff --git a/docs/en/identifiers.rst b/docs/en/identifiers.rst index 5c673fa9..d623ab9b 100644 --- a/docs/en/identifiers.rst +++ b/docs/en/identifiers.rst @@ -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 `__. + You can read more about model finders `here `__. 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).