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 83b64b4 commit 11647e1Copy full SHA for 11647e1
user_guide_src/source/extending/core_classes/003.php
@@ -4,7 +4,7 @@
4
5
use CodeIgniter\Router\RouteCollection;
6
7
-class RouteCollection extends RouteCollection
+class MyRouteCollection extends RouteCollection
8
{
9
// ...
10
}
0 commit comments