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