attempt = $attempt; } public function handle() { try { (new ExpiresPasswordReset())->execute($this->attempt); } catch (MalformedRequestException $exception){ } } }