mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Merge branch 'master' of https://github.com/openclassify/openclassify
This commit is contained in:
commit
0f0042a87c
@ -5,8 +5,5 @@
|
||||
"psr-4": {
|
||||
"Visiosoft\\ProfileModule\\": "src/"
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"barryvdh/laravel-cors": "^0.11.3"
|
||||
}
|
||||
}
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user