Skip to content

Commit

Permalink
Merge pull request #190 from martinshaw/use-class-aliasing-for-safedn…
Browse files Browse the repository at this point in the history
…s-zones-client-class

Use class aliasing for SafeDNS zones client class
  • Loading branch information
phily245 authored Jan 27, 2020
2 parents 7e1cb3f + 26f6c3e commit 2de00c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SafeDNS/ZoneClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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/';

Expand Down

0 comments on commit 2de00c2

Please sign in to comment.