diff --git a/src/Endpoints/Zones.php b/src/Endpoints/Zones.php index 4b20deb..2e91a80 100644 --- a/src/Endpoints/Zones.php +++ b/src/Endpoints/Zones.php @@ -27,11 +27,11 @@ class Zones implements API * @param string $organizationID * @return \stdClass */ - public function addZone(string $name, bool $jump_start = false, string $organizationID = ''): \stdClass + public function addZone(string $name, bool $jumpStart = false, string $organizationID = ''): \stdClass { $options = [ 'name' => $name, - 'jump_start' => $jump_start + 'jump_start' => $jumpStart ]; if (!empty($organizationID)) {