Skip to content

Commit

Permalink
Reorder service providers in composer.json
Browse files Browse the repository at this point in the history
Closes #1277
  • Loading branch information
spawnia committed Apr 19, 2020
1 parent a702502 commit 42d96f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"laravel": {
"providers": [
"Nuwave\\Lighthouse\\LighthouseServiceProvider",
"Nuwave\\Lighthouse\\SoftDeletes\\SoftDeletesServiceProvider",
"Nuwave\\Lighthouse\\OrderBy\\OrderByServiceProvider"
"Nuwave\\Lighthouse\\OrderBy\\OrderByServiceProvider",
"Nuwave\\Lighthouse\\SoftDeletes\\SoftDeletesServiceProvider"
],
"aliases": {
"graphql": "Nuwave\\Lighthouse\\GraphQL"
Expand Down

0 comments on commit 42d96f4

Please sign in to comment.