Skip to content

Commit e79ad3c

Browse files
authored
1 parent 66aac55 commit e79ad3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/en/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ Add the authentication to the middleware. See the CakePHP `documentation
2727
<http://book.cakephp.org/3.0/en/controllers/middleware.html>`_ on how to use
2828
middleware if you are not familiar with it.
2929

30-
Example of configuring the authentication middleware using ``authentication`` application hook::
30+
Example of configuring the authentication middleware using the ``getAuthenticationService``
31+
hook within ``Application``::
3132

3233
use Authentication\AuthenticationService;
3334
use Authentication\AuthenticationServiceProviderInterface;

0 commit comments

Comments
 (0)