Skip to content

Commit 72d2513

Browse files
authored
Update Registrant.php
1 parent 2fce69d commit 72d2513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Registrant.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function get()
104104
public function all()
105105
{
106106
if ($this->relationshipID != '') {
107-
return $this->collect($this->get("{$this->type}/{$this->relationshipID}/$this->getEndpoint()"));
107+
return $this->collect($this->get("{$this->type}/{$this->relationshipID}/{$this->getEndpoint()}"));
108108
} else {
109109
throw new Exception('No Relationship set');
110110
}

0 commit comments

Comments
 (0)