diff --git a/src/SafeDNS/ZoneClient.php b/src/SafeDNS/ZoneClient.php index 873ba87d..8303885f 100644 --- a/src/SafeDNS/ZoneClient.php +++ b/src/SafeDNS/ZoneClient.php @@ -2,13 +2,13 @@ namespace UKFast\SDK\SafeDNS; -use UKFast\SDK\Client; +use UKFast\SDK\Client as BaseClient; use UKFast\SDK\Entities\ClientEntityInterface; use UKFast\SDK\Exception\UKFastException; use UKFast\SDK\Page; use UKFast\SDK\SafeDNS\Entities\Zone; -class ZoneClient extends Client implements ClientEntityInterface +class ZoneClient extends BaseClient implements ClientEntityInterface { protected $basePath = 'safedns/';