Browse Source

fix 公众号发送

liuzejian 1 year ago
parent
commit
f190315686
1 changed files with 2 additions and 1 deletions
  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
 {