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.
2 parents e346a6f + 1aee162 commit 14b4350Copy full SHA for 14b4350
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