Skip to content

Commit

Permalink
Update 002.php
Browse files Browse the repository at this point in the history
Updated RouteCollection constructor parameters
  • Loading branch information
webalchemist authored Nov 14, 2023
1 parent a5ddb5e commit 59649ea
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 59649ea

Please sign in to comment.