Browse Source

add content_type

visuddhinanda 2 years ago
parent
commit
c45c136fdd
1 changed files with 1 additions and 1 deletions
  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);