Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
rename method to findById in client
Browse files Browse the repository at this point in the history
  • Loading branch information
Kresna Satya committed Mar 29, 2022
1 parent 48afa0b commit 464cc2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function get($params = array())
return $clients;
}

public function getById($client_id)
public function findById($client_id)
{
$curl = curl_init();

Expand Down

0 comments on commit 464cc2c

Please sign in to comment.