cqp 10 месяцев назад
Родитель
Сommit
8c2c264456
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Service/Weixin/WeixinService.php

+ 1 - 1
app/Service/Weixin/WeixinService.php

@@ -2,7 +2,7 @@
 
 namespace App\Service\Weixin;
 
-use App\Console\Commands\WxArticle;
+use App\Model\WxArticle;
 use App\Model\Settings;
 use App\Model\WxArticleDetail;
 use App\Service\Service;