feat: translations
This commit is contained in:
@@ -35,7 +35,7 @@ class RegisterRequest extends FormRequest
|
||||
public function messages(): array
|
||||
{
|
||||
return [
|
||||
'avatar.max' => "L'image ne doit pas dépasser 2 Mo.",
|
||||
'avatar.max' => __('api.validation.image_max_2mb'),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user