Skip to content

Commit

Permalink
Fix incorrect function call in UPGRADING.md (#996)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Choi authored and bshaffer committed Jul 21, 2016
1 parent e21a597 commit 18dd553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ $client->getAuth()
**After**

```php
$client->useDefaultApplicationCredentials();
$client->useApplicationDefaultCredentials();
$client->addScope('https://www.googleapis.com/auth/sqlservice.admin');
```

Expand Down

0 comments on commit 18dd553

Please sign in to comment.