diff --git a/src/Client.php b/src/Client.php index b97e438..e601786 100644 --- a/src/Client.php +++ b/src/Client.php @@ -23,7 +23,7 @@ class Client return new UsersCollection($this->url, 'records'); } - public function collection($url,string $collection, int $page = 1) + public function collection(string $collection) { return new Collection($this->url ,$collection); }