From 3bd3a9725e9ce0f87ca32c7dd597594d2f373d4b Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 29 Sep 2019 20:20:36 -0500 Subject: [PATCH] config --- config/app.php | 3 +++ 1 file changed, 3 insertions(+) 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,