Skip to content

Commit 18dd553

Browse files
Timothy Choibshaffer
authored andcommitted
Fix incorrect function call in UPGRADING.md (#996)
1 parent e21a597 commit 18dd553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ $client->getAuth()
175175
**After**
176176

177177
```php
178-
$client->useDefaultApplicationCredentials();
178+
$client->useApplicationDefaultCredentials();
179179
$client->addScope('https://www.googleapis.com/auth/sqlservice.admin');
180180
```
181181

0 commit comments

Comments
 (0)