lh %!s(int64=3) %!d(string=hai) anos
pai
achega
88b3175a56
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
         }