2
0
visuddhinanda 2 жил өмнө
parent
commit
97f8de938c

+ 1 - 0
app/Http/Resources/CollectionResource.php

@@ -25,6 +25,7 @@ class CollectionResource extends JsonResource
             "studio" => StudioApi::getById($this->owner),
             "childrenNumber" => ArticleCollection::where('collect_id',$this->uid)->count(),
             "status" => $this->status,
+            'lang' => $this->lang,
             "created_at" => $this->created_at,
             "updated_at" => $this->updated_at,
         ];