Skip to content

Commit 036724c

Browse files
committed
docs: remove unneeded note
Even if you rename the Controllers directory, you still are able to use auto routing with proper $defaultNamespace setting.
1 parent 6ceb3e5 commit 036724c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

user_guide_src/source/concepts/structure.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ of this directory to suit your application's needs. For example, you might decid
4141
pattern and Entity Models to work with your data. In this case, you could rename the ``Models`` directory to
4242
``Repositories``, and add a new ``Entities`` directory.
4343

44-
.. note:: If you rename the ``Controllers`` directory, though, you will not be able to use the automatic method of
45-
routing to controllers, and will need to define all of your routes in the routes file.
4644

4745
All files in this directory live under the ``App`` namespace, though you are free to change that in
4846
**app/Config/Constants.php**.

0 commit comments

Comments
 (0)