We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fce69d commit 72d2513Copy full SHA for 72d2513
src/Registrant.php
@@ -104,7 +104,7 @@ public function get()
104
public function all()
105
{
106
if ($this->relationshipID != '') {
107
- return $this->collect($this->get("{$this->type}/{$this->relationshipID}/$this->getEndpoint()"));
+ return $this->collect($this->get("{$this->type}/{$this->relationshipID}/{$this->getEndpoint()}"));
108
} else {
109
throw new Exception('No Relationship set');
110
}
0 commit comments