Updated CI configuration
This commit is contained in:
@@ -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,
|
||||
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user