feat: get my meal posts
This commit is contained in:
@@ -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'],
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user