diff --git a/src/Ramcar/Location.php b/src/Ramcar/Location.php index eae3e3a4..b83eeb56 100644 --- a/src/Ramcar/Location.php +++ b/src/Ramcar/Location.php @@ -95,7 +95,7 @@ trait Location public function getFullName() { - return $this->name . ' ' . $this->branch; + return $this->name . ($this->branch ? ' - ' . $this->branch : ''); } public function setAddress($address)