|
|
@@ -138,11 +138,8 @@ class AppServiceProvider extends ServiceProvider
|
|
|
}
|
|
|
|
|
|
private function loadingService(){
|
|
|
- app()->singleton('AbasdxService',AbasdxService::class);
|
|
|
app()->singleton('AllInventoryService',AllInventoryService::class);
|
|
|
app()->singleton('AuthorityService',AuthorityService::class);
|
|
|
- app()->singleton('AxxcService',AxxcService::class);
|
|
|
- app()->singleton('AxxdService',AxxdService::class);
|
|
|
app()->singleton('BatchService',BatchService::class);
|
|
|
app()->singleton('BatchUpdateService', BatchUpdateService::class);
|
|
|
app()->singleton('CacheService',CacheService::class);
|