Skip to content

Commit

Permalink
fix method name
Browse files Browse the repository at this point in the history
  • Loading branch information
macbookandrew committed Dec 9, 2020
1 parent 6b9b9f2 commit 0fcf0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BunnyAPI.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public function listPullZones()
* @param int $id
* @return string
*/
public function getPullZones(int $id)
public function getPullZone(int $id)
{
return $this->APIcall('GET', "pullzone/$id");
}
Expand Down

0 comments on commit 0fcf0d4

Please sign in to comment.