Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
MGatner authored Nov 23, 2023
1 parent 59649ea commit 1aee162
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::class), config(Routing::class) );
return new \App\Libraries\RouteCollection(static::locator(), config(Modules::class), config(Routing::class));
}

// ...
Expand Down

0 comments on commit 1aee162

Please sign in to comment.