Skip to content

Commit

Permalink
Merge pull request #7 from awcodes/feat/sort-alphabetically
Browse files Browse the repository at this point in the history
Sort resources alphabetically
  • Loading branch information
awcodes authored Jul 25, 2022
2 parents 4bed734 + 4745c9c commit 0644a01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FilamentQuickCreateServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public function getFilamentResouces()
];
}
})
->sortBy('label')
->values()
->toArray();

Expand Down

0 comments on commit 0644a01

Please sign in to comment.