From 42d96f40278f2dd8c2a5c0d270fafbc12ce8eb8a Mon Sep 17 00:00:00 2001 From: spawnia Date: Sat, 18 Apr 2020 19:14:58 +0200 Subject: [PATCH] Reorder service providers in composer.json Closes https://github.com/nuwave/lighthouse/pull/1277 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 30379b3eb4..86a9830751 100644 --- a/composer.json +++ b/composer.json @@ -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"