config
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user