Explorar el Código

[智价云] 大小写更新

tangyuanwang hace 18 horas
padre
commit
df006f2cc1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Jobs/Manager/Process/CityWarningNoticeJobs.php

+ 1 - 1
app/Jobs/Manager/Process/CityWarningNoticeJobs.php

@@ -11,7 +11,7 @@ use Illuminate\Queue\SerializesModels;
 use App\Models\Manager\Process\LowPriceGoods as LowPriceGoodsModel;
 use App\Models\Manager\Process\ViolationProduct as ViolationProductModel;
 use App\Models\Manager\Process\ViolationStore as ProcessViolationStoreModel;
-use App\Models\manager\Collect\CollectWarningNotice as CollectWarningNoticeModel;
+use App\Models\Manager\Collect\CollectWarningNotice as CollectWarningNoticeModel;
 use App\Jobs\Manager\Process\SendEmailJobs;
 use App\Facades\Servers\Logs\Log;
 use Illuminate\Support\Carbon;