diff --git a/src/Command.php b/src/Command.php index cee92d5..696a57a 100644 --- a/src/Command.php +++ b/src/Command.php @@ -246,7 +246,7 @@ private function buildOptions(): void */ private function buildUrl(): void { - $this->buildTemplatePart(static::TEMPLATE_URL, $this->getUrl() ?? ''); + $this->buildTemplatePart(static::TEMPLATE_URL, $this->getUrl()); } /**