Skip to content

Commit

Permalink
Merge pull request #1261 from aaronhuisinga/9.x
Browse files Browse the repository at this point in the history
Match name of personal access token methods to config
  • Loading branch information
driesvints authored May 8, 2020
2 parents c274e92 + d9bc3fa commit ca0e683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Before you continue, you should set your personal access client ID and unhashed

Next, you should register these values by placing the following calls within the `boot` method of your `AppServiceProvider`:

Passport::personalAccessClientId(config('passport.personal_access_token.id'));
Passport::personalAccessClientSecret(config('passport.personal_access_token.secret'));
Passport::personalAccessClientId(config('passport.personal_access_client.id'));
Passport::personalAccessClientSecret(config('passport.personal_access_client.secret'));

> Make sure you follow the instructions above before hashing your secrets. Otherwise, irreversible data loss may occur.
Expand Down

0 comments on commit ca0e683

Please sign in to comment.