Skip to content

Commit 93c0b7b

Browse files
authored
Merge pull request #8198 from kenjis/docs-fix-autorouting-impr-default-method
docs: add missing `get` in method name in Auto Routing Improved
2 parents db721a5 + ee7020f commit 93c0b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/incoming/routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ when a controller is found that matches the URI, but no segment exists for the m
763763
``index``.
764764

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

768768
.. literalinclude:: routing/048.php
769769

0 commit comments

Comments
 (0)