Team Roster Feature
Some checks failed
Tests / PHP 8.3 (push) Has been cancelled
Tests / PHP 8.4 (push) Has been cancelled
Tests / PHP 8.5 (push) Has been cancelled

This commit is contained in:
2026-06-08 17:45:15 +08:00
parent 3cb68bc6b0
commit 32c3e3af69
26 changed files with 1170 additions and 371 deletions

View File

@@ -26,6 +26,7 @@ class ProfileUpdateRequest extends FormRequest
'max:255',
Rule::unique(User::class)->ignore($this->user()->id),
],
'profile_picture' => ['nullable', 'image', 'mimes:jpg,jpeg', 'max:2048'],
];
}
}