Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkart committed Jul 26, 2019
1 parent 6b9c640 commit 90e2182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}

/**
Expand Down

0 comments on commit 90e2182

Please sign in to comment.