Skip to content

Commit

Permalink
Add class aliasing
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Shaw committed Jan 21, 2020
1 parent ff6313e commit 26f6c3e
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 26f6c3e

Please sign in to comment.