visuddhinanda 2 лет назад
Родитель
Сommit
c45c136fdd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Http/Controllers/SentInChannelController.php

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

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