attempt = $attempt; } /** * @throws MalformedRequestException */ public function handle() { (new ExpiresEmailVerificationAttempt())->execute($this->attempt); } }