Explorar el Código

[智价云] 公司分类大小写更新

tangyuanwang hace 11 horas
padre
commit
50aa7e7209
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      app/Http/Controllers/Manager/WashConfig/CompanyCategory.php

+ 2 - 2
app/Http/Controllers/Manager/WashConfig/CompanyCategory.php

@@ -3,8 +3,8 @@
 namespace App\Http\Controllers\manager\washConfig;
 
 use App\Http\Controllers\Controller;
-use App\Http\Requests\Manager\washConfig\CompanyCategory as Request;
-use App\Models\Manager\washConfig\CompanyCategory as CompanyCategoryModel;
+use App\Http\Requests\Manager\WashConfig\CompanyCategory as Request;
+use App\Models\Manager\WashConfig\CompanyCategory as CompanyCategoryModel;
 
 
 /**