This commit is contained in:
f4ilji
2024-10-04 12:48:19 +05:00
parent 21a6e9073b
commit cebc584a14
303 changed files with 8224 additions and 2563 deletions
@@ -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,