feat: meal post type
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user