removed vendor fixed docker

This commit is contained in:
jack
2018-04-23 17:28:22 +08:00
parent 22f5519e64
commit 5d0cf138b8
6763 changed files with 699 additions and 718417 deletions
+3 -1
View File
@@ -146,10 +146,10 @@ return [
Illuminate\Translation\TranslationServiceProvider::class,
Illuminate\Validation\ValidationServiceProvider::class,
Illuminate\View\ViewServiceProvider::class,
/*
* Package Service Providers...
*/
Tymon\JWTAuth\Providers\LaravelServiceProvider::class,
/*
* Application Service Providers...
@@ -208,6 +208,8 @@ return [
'URL' => Illuminate\Support\Facades\URL::class,
'Validator' => Illuminate\Support\Facades\Validator::class,
'View' => Illuminate\Support\Facades\View::class,
'JWTAuth' => Tymon\JWTAuth\Facades\JWTAuth::class,
'JWTFactory' => Tymon\JWTAuth\Facades\JWTFactory::class,
],