Skip to content

Commit

Permalink
Merge pull request #9 from spatie/analysis-XpEdB6
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI
  • Loading branch information
sebastiandedeyne authored Sep 2, 2016
2 parents fac9369 + bc7cd5f commit 0e68548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/HasUrl.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function getUrl(): string
return $this->url;
}

return implode('', $this->prefixes) . '/' . ltrim($this->url, '/');
return implode('', $this->prefixes).'/'.ltrim($this->url, '/');
}

/**
Expand Down

0 comments on commit 0e68548

Please sign in to comment.