diff --git a/config/app.php b/config/app.php index 77f5514..71656ba 100644 --- a/config/app.php +++ b/config/app.php @@ -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,