tangyuanwang 1 день назад
Родитель
Сommit
df006f2cc1
1 измененных файлов с 1 добавлено и 1 удалено
  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\LowPriceGoods as LowPriceGoodsModel;
 use App\Models\Manager\Process\ViolationProduct as ViolationProductModel;
 use App\Models\Manager\Process\ViolationProduct as ViolationProductModel;
 use App\Models\Manager\Process\ViolationStore as ProcessViolationStoreModel;
 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\Jobs\Manager\Process\SendEmailJobs;
 use App\Facades\Servers\Logs\Log;
 use App\Facades\Servers\Logs\Log;
 use Illuminate\Support\Carbon;
 use Illuminate\Support\Carbon;