Skip to content

Commit

Permalink
Merge branch 'master' of github.com:spatie/menu
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandedeyne committed Sep 2, 2016
2 parents 9275b4f + 0e68548 commit f97fa91
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 f97fa91

Please sign in to comment.