Skip to content

Commit

Permalink
Merge pull request #8198 from kenjis/docs-fix-autorouting-impr-defaul…
Browse files Browse the repository at this point in the history
…t-method

docs: add missing `get` in method name in Auto Routing Improved
  • Loading branch information
kenjis authored Nov 14, 2023
2 parents db721a5 + ee7020f commit 93c0b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/incoming/routing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ when a controller is found that matches the URI, but no segment exists for the m
``index``.

In this example, if the user were to visit **example.com/products**, and a ``Products`` controller existed, the
``Products::listAll()`` method would be executed:
``Products::getListAll()`` method would be executed:

.. literalinclude:: routing/048.php

Expand Down

0 comments on commit 93c0b7b

Please sign in to comment.