diff --git a/src/ApiEndpoints/CloudFlareAPI.php b/src/ApiEndpoints/CloudFlareAPI.php index da7b44a..785ae4b 100644 --- a/src/ApiEndpoints/CloudFlareAPI.php +++ b/src/ApiEndpoints/CloudFlareAPI.php @@ -23,7 +23,7 @@ abstract class CloudFlareAPI { * * @var \GuzzleHttp\Client */ - private $client; + protected $client; /** * Last raw response returned from the API. Intended for debugging only.