Skip to content

Commit 1c28935

Browse files
committed
Controller name error in Controllers and Routing => URI Routing => For Site Root URI
Signed-off-by: Marco <marco.guerrini@outlook.com>
1 parent 3680f30 commit 1c28935

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)