feat: stats

This commit is contained in:
2026-05-16 17:11:07 +02:00
parent d9e80f7603
commit 7b8ede2a1a
18 changed files with 254 additions and 53 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ class RegisterRequest extends FormRequest
'email' => ['required', 'string', 'email', 'max:255', 'unique:users'],
'password' => ['required', 'string', 'min:8'],
'avatar' => ['sometimes', 'nullable', 'image', 'max:2048'],
'bio' => [ 'nullable', 'string']
'bio' => ['nullable', 'string'],
];
}