mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
Merge branch 'master' of https://github.com/openclassify/openclassify
This commit is contained in:
commit
0f0042a87c
@ -5,8 +5,5 @@
|
|||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Visiosoft\\ProfileModule\\": "src/"
|
"Visiosoft\\ProfileModule\\": "src/"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"barryvdh/laravel-cors": "^0.11.3"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
<?php namespace Visiosoft\ProfileModule;
|
<?php namespace Visiosoft\ProfileModule;
|
||||||
|
|
||||||
use Anomaly\Streams\Platform\Addon\AddonServiceProvider;
|
use Anomaly\Streams\Platform\Addon\AddonServiceProvider;
|
||||||
use Barryvdh\Cors\ServiceProvider;
|
|
||||||
use Visiosoft\ProfileModule\Adress\Contract\AdressRepositoryInterface;
|
use Visiosoft\ProfileModule\Adress\Contract\AdressRepositoryInterface;
|
||||||
use Visiosoft\ProfileModule\Adress\AdressRepository;
|
use Visiosoft\ProfileModule\Adress\AdressRepository;
|
||||||
use Anomaly\Streams\Platform\Model\Profile\ProfileAdressEntryModel;
|
use Anomaly\Streams\Platform\Model\Profile\ProfileAdressEntryModel;
|
||||||
@ -210,9 +209,7 @@ class ProfileModuleServiceProvider extends AddonServiceProvider
|
|||||||
*
|
*
|
||||||
* @type array|null
|
* @type array|null
|
||||||
*/
|
*/
|
||||||
protected $providers = [
|
protected $providers = [];
|
||||||
ServiceProvider::class,
|
|
||||||
];
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The addon view overrides.
|
* The addon view overrides.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user