removeRule('password') ->removeRule('hash') ->removeRule('mfaRecoveryCodes') ->removeRule('hashOptions'); } /** * Get Name * * @return string */ public function getName(): string { return 'Account'; } /** * Get Type * * @return string */ public function getType(): string { return Response::MODEL_ACCOUNT; } }