Browse Source

add editor_id

visuddhinanda 2 years ago
parent
commit
75076169d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/ArticleController.php

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

@@ -124,7 +124,7 @@ class ArticleController extends Controller
         //
         $table = Article::select(['uid','title','subtitle',
                                 'summary','owner','lang',
-                                'status','updated_at','created_at']);
+                                'status','editor_id','updated_at','created_at']);
         switch ($request->get('view')) {
             case 'studio':
 				# 获取studio内所有channel