Skip to content

Commit

Permalink
Make protected
Browse files Browse the repository at this point in the history
  • Loading branch information
larowlan committed Aug 5, 2022
1 parent 4bd00ba commit 713c00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ApiEndpoints/CloudFlareAPI.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 713c00e

Please sign in to comment.