From c66022e7bfb116a954f1685ef25476253d32b37a Mon Sep 17 00:00:00 2001 From: Phil Young Date: Tue, 22 Jun 2021 11:27:41 +0100 Subject: [PATCH] Add A Default Variable Value This is always set now --- src/Endpoints/CustomHostnames.php | 1 + 1 file changed, 1 insertion(+) 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;