Skip to content

Commit

Permalink
Merge branch '4.1' of https://github.com/nova-framework/system into 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyCyborg committed Jun 17, 2019
2 parents 6a297b8 + 6453cab commit 538ab0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Routing/Route.php
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ public static function getValidators()
*/
public static function sort(array $routes)
{
if (! Config::get('routing.sortRoutes', true)) {
if (! Config::get('routing.sorting', true)) {
return $routes;
}

Expand Down

0 comments on commit 538ab0b

Please sign in to comment.