feat: cron

This commit is contained in:
2026-05-18 20:32:32 +02:00
parent 19d106a3ed
commit f5a3e79c8a
16 changed files with 547 additions and 9 deletions
+2
View File
@@ -26,6 +26,8 @@ class MealPostsResource extends JsonResource
'title' => $this->title,
'visibility' => $this->visibility,
'type' => $this->type,
'aiGenerated' => $this->ai_generated,
'dietType' => $this->diet_type,
'eatenAt' => $this->eaten_at,
'createdAt' => $this->created_at,
'updatedAt' => $this->updated_at,