Преглед изворни кода

'channel_id','progress','lang',

visuddhinanda пре 2 година
родитељ
комит
e8261be999
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/Http/Controllers/ChapterIOController.php

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

@@ -17,7 +17,7 @@ class ChapterIOController extends Controller
     {
     {
         //
         //
         $table = ProgressChapter::select(['uid','book','para',
         $table = ProgressChapter::select(['uid','book','para',
-                                    'lang','channel_id','progress',
+                                    'channel_id','progress','lang',
                                     'title','summary','updated_at','created_at']);
                                     'title','summary','updated_at','created_at']);
         switch ($request->get('view')) {
         switch ($request->get('view')) {
             case 'public':
             case 'public':