diff --git a/src/Endpoints/CustomHostnames.php b/src/Endpoints/CustomHostnames.php index f1027fc..22c1616 100644 --- a/src/Endpoints/CustomHostnames.php +++ b/src/Endpoints/CustomHostnames.php @@ -144,6 +144,7 @@ class CustomHostnames implements API array $customSsl = [] ): \stdClass { $query = []; + $options = []; if (!empty($sslMethod)) { $query['method'] = $sslMethod;