|string> */ public function rules(): array { return [ 'current_password' => $this->currentPasswordRules(), 'password' => $this->passwordRules(), ]; } }