Skip to content

Commit 98afb7f

Browse files
committed
Controller name error in Controllers and Routing => URI Routing => For Site Root URI
Signed-off-by: Marco <[email protected]>
1 parent ff03c53 commit 98afb7f

File tree

1 file changed

+2
-2
lines changed
  • user_guide_src/source/incoming/routing

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?php
22

3-
// example.com routes to app/Controllers/Welcome.php
4-
$routes->setDefaultController('Welcome');
3+
// example.com routes to app/Controllers/Home.php
4+
$routes->setDefaultController('Home');

0 commit comments

Comments
 (0)