From b408f1984c352757c9fc0db4d9adbd9d560c6733 Mon Sep 17 00:00:00 2001 From: Bubka <858858+Bubka@users.noreply.github.com> Date: Thu, 21 Jul 2022 15:44:04 +0200 Subject: [PATCH] Fix provider group --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 479278b1..6cc5948c 100644 --- a/config/app.php +++ b/config/app.php @@ -161,7 +161,6 @@ return [ Illuminate\Translation\TranslationServiceProvider::class, Illuminate\Validation\ValidationServiceProvider::class, Illuminate\View\ViewServiceProvider::class, - App\Providers\TwoFAuthServiceProvider::class, /* * Package Service Providers... @@ -175,6 +174,7 @@ return [ // App\Providers\BroadcastServiceProvider::class, App\Providers\EventServiceProvider::class, App\Providers\RouteServiceProvider::class, + App\Providers\TwoFAuthServiceProvider::class, ],