fromUrl($this->downloadUrl); } catch (Throwable $e) { Log::error('Failed to install egg from URL: ' . $this->downloadUrl, ['exception' => $e]); } } }