We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37daf13 + 0979694 commit 6da4053Copy full SHA for 6da4053
docs/en/index.rst
@@ -27,7 +27,8 @@ Add the authentication middleware to the middleware queue. See the CakePHP `docu
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