Updated CI configuration

This commit is contained in:
Gregorio Chiko Putra
2018-07-30 09:31:58 +07:00
parent eee570125d
commit ed701d9a63
12 changed files with 387 additions and 140 deletions

View File

@@ -169,6 +169,7 @@ return [
*/
Spatie\Permission\PermissionServiceProvider::class,
Nwidart\Modules\LaravelModulesServiceProvider::class,
Flugg\Responder\ResponderServiceProvider::class,
/*
* Application Service Providers...
@@ -227,6 +228,8 @@ return [
'URL' => Illuminate\Support\Facades\URL::class,
'Validator' => Illuminate\Support\Facades\Validator::class,
'View' => Illuminate\Support\Facades\View::class,
'Responder' => Flugg\Responder\Facades\Responder::class,
'Transformation' => Flugg\Responder\Facades\Transformation::class,
],