We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 460466c + 8e39647 commit ae1c187Copy full SHA for ae1c187
user_guide_src/source/incoming/routing.rst
@@ -122,8 +122,7 @@ Or using ``use`` keyword:
122
:lines: 2-
123
124
If you forget to add ``use App\Controllers\Home;``, the controller classname is
125
-interpreted as ``Config\Home``, not ``App\Controllers\Home`` because
126
-**app/Config/Routes.php** has ``namespace Config;`` at the top.
+interpreted as ``\Home``, not ``App\Controllers\Home``.
127
128
.. note:: When you use Array Callable Syntax, the classname is always interpreted
129
as a fully qualified classname. So :ref:`routing-default-namespace` and
0 commit comments