mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04:00
v5.0.0 update
This commit is contained in:
@ -157,6 +157,7 @@ return [
|
||||
Illuminate\Translation\TranslationServiceProvider::class,
|
||||
Illuminate\Validation\ValidationServiceProvider::class,
|
||||
Illuminate\View\ViewServiceProvider::class,
|
||||
Lavary\Menu\ServiceProvider::class,
|
||||
|
||||
/*
|
||||
* Application Service Providers...
|
||||
@ -219,5 +220,6 @@ return [
|
||||
'Flash' => Laracasts\Flash\Flash::class,
|
||||
// 'JWTAuth' => Tymon\JWTAuth\Facades\JWTAuth::class,
|
||||
'Pusher' => Pusher\Pusher::class,
|
||||
'Menu' => Lavary\Menu\Facade::class
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user