This commit is contained in:
Diatrex 2020-06-19 15:09:24 +03:00
commit 0f0042a87c
2 changed files with 1 additions and 7 deletions

View File

@ -5,8 +5,5 @@
"psr-4": {
"Visiosoft\\ProfileModule\\": "src/"
}
},
"require": {
"barryvdh/laravel-cors": "^0.11.3"
}
}

View File

@ -1,7 +1,6 @@
<?php namespace Visiosoft\ProfileModule;
use Anomaly\Streams\Platform\Addon\AddonServiceProvider;
use Barryvdh\Cors\ServiceProvider;
use Visiosoft\ProfileModule\Adress\Contract\AdressRepositoryInterface;
use Visiosoft\ProfileModule\Adress\AdressRepository;
use Anomaly\Streams\Platform\Model\Profile\ProfileAdressEntryModel;
@ -210,9 +209,7 @@ class ProfileModuleServiceProvider extends AddonServiceProvider
*
* @type array|null
*/
protected $providers = [
ServiceProvider::class,
];
protected $providers = [];
/**
* The addon view overrides.