From f105d38d85d80165d15935a0f9cbe883b0b19270 Mon Sep 17 00:00:00 2001 From: Paul Adams Date: Sat, 23 Feb 2019 00:18:05 +0000 Subject: [PATCH] updated TLS.php --- src/Endpoints/TLS.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/Endpoints/TLS.php b/src/Endpoints/TLS.php index cb67298..38f0a46 100644 --- a/src/Endpoints/TLS.php +++ b/src/Endpoints/TLS.php @@ -67,7 +67,6 @@ class TLS implements API return false; } -<<<<<<< HEAD public function getHTTPSRedirectStatus($zoneID) { $return = $this->adapter->get( 'zones/' . $zoneID . '/settings/always_use_https' @@ -122,6 +121,4 @@ class TLS implements API return false; } -======= ->>>>>>> 4694904b38fdf5f251559a473cecf77a63cf9202 -} +} \ No newline at end of file