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;
         }