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.
1 parent ff03c53 commit 98afb7fCopy full SHA for 98afb7f
user_guide_src/source/incoming/routing/047.php
@@ -1,4 +1,4 @@
1
<?php
2
3
-// example.com routes to app/Controllers/Welcome.php
4
-$routes->setDefaultController('Welcome');
+// example.com routes to app/Controllers/Home.php
+$routes->setDefaultController('Home');
0 commit comments