瀏覽代碼

fix 公众号发送

liuzejian 1 年之前
父節點
當前提交
f190315686
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      app/Jobs/WechatPlatform/GZHSendKFMessage.php

+ 2 - 1
app/Jobs/WechatPlatform/GZHSendKFMessage.php

@@ -12,7 +12,8 @@ use Illuminate\Contracts\Queue\ShouldQueue;
 use Illuminate\Foundation\Bus\Dispatchable;
 use Illuminate\Queue\InteractsWithQueue;
 use Illuminate\Queue\SerializesModels;
-use Predis\Command\Traits\DB;
+use Illuminate\Support\Facades\DB;
+
 
 class GZHSendKFMessage implements ShouldQueue
 {