visuddhinanda 2 سال پیش
والد
کامیت
294fba0cb4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/Http/Controllers/SentInChannelController.php

+ 1 - 1
app/Http/Controllers/SentInChannelController.php

@@ -53,7 +53,7 @@ class SentInChannelController extends Controller
 
 
         $table = Sentence::select(['id','book_id','paragraph',
         $table = Sentence::select(['id','book_id','paragraph',
                                    'word_start','word_end','content',
                                    'word_start','word_end','content',
-                                   'channel_uid','updated_at'])
+                                   'editor_uid','channel_uid','updated_at'])
                         ->whereIn('channel_uid', $channelsQuery)
                         ->whereIn('channel_uid', $channelsQuery)
                         ->whereIns(['book_id','paragraph','word_start','word_end'],$query);
                         ->whereIns(['book_id','paragraph','word_start','word_end'],$query);
         $result = $table->get();
         $result = $table->get();