We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66aac55 commit e79ad3cCopy full SHA for e79ad3c
docs/en/index.rst
@@ -27,7 +27,8 @@ Add the authentication to the middleware. See the CakePHP `documentation
27
<http://book.cakephp.org/3.0/en/controllers/middleware.html>`_ on how to use
28
middleware if you are not familiar with it.
29
30
-Example of configuring the authentication middleware using ``authentication`` application hook::
+Example of configuring the authentication middleware using the ``getAuthenticationService``
31
+hook within ``Application``::
32
33
use Authentication\AuthenticationService;
34
use Authentication\AuthenticationServiceProviderInterface;
0 commit comments