We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5ddb5e commit 59649eaCopy full SHA for 59649ea
1 file changed
user_guide_src/source/extending/core_classes/002.php
@@ -12,7 +12,7 @@ public static function routes(bool $getShared = true)
12
return static::getSharedInstance('routes');
13
}
14
15
- return new \App\Libraries\RouteCollection(static::locator(), config('Modules'));
+ return new \App\Libraries\RouteCollection(static::locator(), config(Modules::class), config(Routing::class) );
16
17
18
// ...
0 commit comments