Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
set default ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmadsen67 committed Dec 12, 2018
1 parent 447735a commit 9bd8619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DashboardNova.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public static function dashboardsIn($directory)
}

return app()->make($dashboard);
})->sortBy('order')->all()
})->sortBy('label')->sortBy('order')->all()
);
}

Expand Down

0 comments on commit 9bd8619

Please sign in to comment.