user->password); } /** * Get the validation error message. * * @return string */ public function message(): string { return __('Wrong password.'); } }