This commit is contained in:
2019-09-29 20:20:36 -05:00
parent 81d2278ac8
commit 3bd3a9725e

View File

@@ -166,6 +166,8 @@ return [
* Package Service Providers...
*/
Laravel\Socialite\SocialiteServiceProvider::class,
Khill\Lavacharts\Laravel\Lavacharts\ServiceProvider::class,
App\Providers\HorizonServiceProvider::class,
/*
* Application Service Providers...
@@ -211,6 +213,7 @@ return [
'Gate' => Illuminate\Support\Facades\Gate::class,
'Hash' => Illuminate\Support\Facades\Hash::class,
'Lang' => Illuminate\Support\Facades\Lang::class,
'Lava' => Khill\Lavacharts\Laravel\LavachartsFacade::class,
'Log' => Illuminate\Support\Facades\Log::class,
'Mail' => Illuminate\Support\Facades\Mail::class,
'Notification' => Illuminate\Support\Facades\Notification::class,