mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-25 06:24:07 +02:00
Fix provider group
This commit is contained in:
parent
3d7607cb53
commit
b408f1984c
@ -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,
|
||||
|
||||
],
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user