From 624b2ae175dfbe6676e358ea7799153f4efad5cf Mon Sep 17 00:00:00 2001 From: Phil Young Date: Mon, 18 Nov 2019 17:54:28 +0000 Subject: [PATCH] Remove Trait Use This trait isn't available in this package, causing it to not work --- src/SSL/ReportClient.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/SSL/ReportClient.php b/src/SSL/ReportClient.php index 5a7b0456..41cf048d 100644 --- a/src/SSL/ReportClient.php +++ b/src/SSL/ReportClient.php @@ -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/'; /**