Skip to content

Commit

Permalink
Remove Trait Use
Browse files Browse the repository at this point in the history
This trait isn't available in this package, causing it to not work
  • Loading branch information
phily245 authored Nov 18, 2019
1 parent 9ede125 commit 624b2ae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/SSL/ReportClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@
use UKFast\SDK\Entities\ClientEntityInterface;
use UKFast\SDK\SSL\Entities\Report;
use UKFast\SDK\SSL\Entities\ReportCertificate;
use UKFast\Admin\Traits\Admin;

class ReportClient extends Client implements ClientEntityInterface
{
use Admin;

protected $basePath = 'ssl/';

/**
Expand Down

0 comments on commit 624b2ae

Please sign in to comment.