From 395708b6fb970e3226f8b253aeafd5d4e337051e Mon Sep 17 00:00:00 2001 From: Graham Watson Date: Tue, 16 Jun 2026 14:43:42 -0400 Subject: [PATCH] Update link to finder documentation --- docs/en/identifiers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).