lh 3 년 전
부모
커밋
88b3175a56
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Services/Channel/ChannelService.php

+ 1 - 1
src/Services/Channel/ChannelService.php

@@ -23,7 +23,7 @@ class ChannelService
 
         if ($phone || $phone !== '') {
             $channel_user_id = DB::connection('mysql')->table('channel_users')->where(['phone'=>$phone])->pluck('id')->get();
-            dump($channel_user_id);
+            \Log::info('channel_user_id: '.json_encode($channel_user_id, 256));
             $where['phone'] = $phone;
         }