Skip to content

Commit 6ceb0fb

Browse files
committed
docs: update routing config file name
1 parent 9c3f1f7 commit 6ceb0fb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

user_guide_src/source/incoming/controllers.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ To call the above controller your URI will look something like this::
416416
Each of your sub-directories may contain a default controller which will be
417417
called if the URL contains *only* the sub-directory. Simply put a controller
418418
in there that matches the name of your default controller as specified in
419-
your **app/Config/Routes.php** file.
419+
your **app/Config/Routing.php** file.
420420

421421
CodeIgniter also permits you to map your URIs using its :ref:`Defined Route Routing <defined-route-routing>`..
422422

@@ -547,7 +547,7 @@ Defining a Default Controller (Legacy)
547547

548548
Let's try it with the ``Helloworld`` controller.
549549

550-
To specify a default controller open your **app/Config/Routes.php**
550+
To specify a default controller open your **app/Config/Routing.php**
551551
file and set this property::
552552

553553
public string $defaultController = 'Helloworld';
@@ -595,7 +595,7 @@ To call the above controller your URI will look something like this::
595595
Each of your sub-directories may contain a default controller which will be
596596
called if the URL contains *only* the sub-directory. Simply put a controller
597597
in there that matches the name of your default controller as specified in
598-
your **app/Config/Routes.php** file.
598+
your **app/Config/Routing.php** file.
599599

600600
CodeIgniter also permits you to map your URIs using its :ref:`Defined Route Routing <defined-route-routing>`..
601601

0 commit comments

Comments
 (0)