Skip to content

Commit

Permalink
fix: add missing public var used by subclasses (#2254)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Apr 25, 2022
1 parent ea2d79c commit a9a27c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class Service
public $rootUrl;
public $version;
public $servicePath;
public $serviceName;
public $availableScopes;
public $resource;
private $client;
Expand Down

0 comments on commit a9a27c2

Please sign in to comment.