Skip to content

Commit

Permalink
Merge pull request #8205 from webalchemist/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
MGatner authored Nov 25, 2023
2 parents e346a6f + 1aee162 commit 14b4350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/extending/core_classes/002.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public static function routes(bool $getShared = true)
return static::getSharedInstance('routes');
}

return new \App\Libraries\RouteCollection(static::locator(), config('Modules'));
return new \App\Libraries\RouteCollection(static::locator(), config(Modules::class), config(Routing::class));
}

// ...
Expand Down

0 comments on commit 14b4350

Please sign in to comment.