Skip to content

Commit 0fcf0d4

Browse files
committed
fix method name
1 parent 6b9b9f2 commit 0fcf0d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BunnyAPI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public function listPullZones()
184184
* @param int $id
185185
* @return string
186186
*/
187-
public function getPullZones(int $id)
187+
public function getPullZone(int $id)
188188
{
189189
return $this->APIcall('GET', "pullzone/$id");
190190
}

0 commit comments

Comments
 (0)