Ver Fonte

[智价云] 大小写更新

tangyuanwang há 18 horas atrás
pai
commit
df006f2cc1
1 ficheiros alterados com 1 adições e 1 exclusões
  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;