feat: meal post type

This commit is contained in:
2026-05-17 19:27:32 +02:00
parent bfe11fea98
commit c9b51f3225
5 changed files with 50 additions and 1 deletions
+1
View File
@@ -25,6 +25,7 @@ class MealPostsResource extends JsonResource
'fats' => $this->fats,
'title' => $this->title,
'visibility' => $this->visibility,
'type' => $this->type,
'eatenAt' => $this->eaten_at,
'createdAt' => $this->created_at,
'updatedAt' => $this->updated_at,