Changes
This commit is contained in:
@@ -18,6 +18,7 @@ class ClientPostListResource extends JsonResource
|
||||
'id' => $this->id,
|
||||
'title' => $this->title,
|
||||
'slug' => $this->slug,
|
||||
'preview_text' => $this->preview_text,
|
||||
'content' => $this->content,
|
||||
'category' => $this->category,
|
||||
'authors' => $this->authors,
|
||||
|
||||
@@ -16,7 +16,7 @@ class ClientScheduleSearchResource extends JsonResource
|
||||
{
|
||||
return [
|
||||
'id' => $this->id,
|
||||
'title' => $this->title,
|
||||
'file' => $this->file,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,6 +18,7 @@ class PostThumbnailResource extends JsonResource
|
||||
'id' => $this->id,
|
||||
'title' => $this->title,
|
||||
'slug' => $this->slug,
|
||||
'preview_text' => $this->preview_text,
|
||||
'category' => $this->category,
|
||||
'authors' => $this->authors,
|
||||
'preview' => $this->preview,
|
||||
|
||||
Reference in New Issue
Block a user