Add A Default Variable Value

This is always set now
This commit is contained in:
Phil Young
2021-06-22 11:27:41 +01:00
parent aa43a1ea36
commit c66022e7bf

View File

@@ -144,6 +144,7 @@ class CustomHostnames implements API
array $customSsl = []
): \stdClass {
$query = [];
$options = [];
if (!empty($sslMethod)) {
$query['method'] = $sslMethod;