feat: get my meal posts

This commit is contained in:
2026-05-21 10:09:33 +02:00
parent 6d0f1591fa
commit 1a53ae3f05
6 changed files with 116 additions and 8 deletions
@@ -21,6 +21,7 @@ class WorkoutSessionsRequest extends FormRequest
{
if ($this->isMethod('get')) {
return [
'date' => ['sometimes', 'date_format:Y-m-d'],
'per_page' => ['sometimes', 'integer', 'min:1', 'max:100'],
];
}