added missing service provider

This commit is contained in:
Asnxthaony 2021-07-27 08:06:13 +08:00 committed by GitHub
parent 861412dcfb
commit 1f24e75f76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,6 +172,7 @@ return [
* Application Service Providers...
*/
App\Providers\AppServiceProvider::class,
App\Providers\AuthServiceProvider::class,
App\Providers\EventServiceProvider::class,
App\Providers\PluginServiceProvider::class,
App\Providers\RouteServiceProvider::class,