Skip to content

Commit

Permalink
Update: change visibility on $client (#1)
Browse files Browse the repository at this point in the history
- allows for class extension in other code
  • Loading branch information
till authored May 6, 2021
1 parent f80a67d commit dae8b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/
class Client
{
private $client;
protected $client;

public function __construct(string $endpoint)
{
Expand Down

0 comments on commit dae8b4e

Please sign in to comment.