We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 953b356 + 2591d65 commit 1b33352Copy full SHA for 1b33352
1 file changed
user_guide_src/source/extending/core_classes.rst
@@ -68,7 +68,7 @@ Then you would add the ``routes`` service in **app/Config/Services.php** to load
68
return static::getSharedInstance('routes');
69
}
70
71
- return new RouteCollection(static::locator(), config('Modules'));
+ return new \App\Libraries\RouteCollection(static::locator(), config('Modules'));
72
73
74
Extending Core Classes
0 commit comments