|string> */ public function rules(): array { return [ 'avatar' => 'required|image|mimes:jpeg,png,jpg,gif|max:2048', ]; } }