Skip to content

Commit 14b4350

Browse files
authored
Merge pull request #8205 from webalchemist/patch-1
2 parents e346a6f + 1aee162 commit 14b4350

File tree

1 file changed

+1
-1
lines changed
  • user_guide_src/source/extending/core_classes

1 file changed

+1
-1
lines changed

user_guide_src/source/extending/core_classes/002.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public static function routes(bool $getShared = true)
1212
return static::getSharedInstance('routes');
1313
}
1414

15-
return new \App\Libraries\RouteCollection(static::locator(), config('Modules'));
15+
return new \App\Libraries\RouteCollection(static::locator(), config(Modules::class), config(Routing::class));
1616
}
1717

1818
// ...

0 commit comments

Comments
 (0)