Skip to content

Commit 624b2ae

Browse files
authored
Remove Trait Use
This trait isn't available in this package, causing it to not work
1 parent 9ede125 commit 624b2ae

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/SSL/ReportClient.php

-3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@
66
use UKFast\SDK\Entities\ClientEntityInterface;
77
use UKFast\SDK\SSL\Entities\Report;
88
use UKFast\SDK\SSL\Entities\ReportCertificate;
9-
use UKFast\Admin\Traits\Admin;
109

1110
class ReportClient extends Client implements ClientEntityInterface
1211
{
13-
use Admin;
14-
1512
protected $basePath = 'ssl/';
1613

1714
/**

0 commit comments

Comments
 (0)