Skip to content

Commit a9a27c2

Browse files
authored
fix: add missing public var used by subclasses (googleapis#2254)
1 parent ea2d79c commit a9a27c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Service.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class Service
2626
public $rootUrl;
2727
public $version;
2828
public $servicePath;
29+
public $serviceName;
2930
public $availableScopes;
3031
public $resource;
3132
private $client;

0 commit comments

Comments
 (0)