Kaynağa Gözat

#1416 add editor_uid

visuddhinanda 2 yıl önce
ebeveyn
işleme
294fba0cb4

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

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