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

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

@@ -36,7 +36,7 @@ class CorpusController extends Controller
         "updated_at"=> "",
     ];
     protected $wbwChannels = [];
-    protected $selectCol = ['book_id','paragraph','word_start',"word_end",'channel_uid','content','updated_at'];
+    protected $selectCol = ['book_id','paragraph','word_start',"word_end",'channel_uid','content','editor_uid','updated_at'];
     public function __construct()
     {