Skip to content

Commit

Permalink
Update with fromPage
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhall17 authored Apr 10, 2020
1 parent f5b95ca commit 9585104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Registrant.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public function get()
}
}

public function all()
public function all($fromPage = 1)
{
if ($this->relationshipID != '') {
return $this->collect($this->get("{$this->type}/{$this->relationshipID}/{$this->getEndpoint()}"));
Expand Down

0 comments on commit 9585104

Please sign in to comment.