Skip to content

Commit 2c24ae4

Browse files
authored
Update UPGRADE.md
1 parent 07b5f11 commit 2c24ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Before you continue, you should set your personal access client ID and unhashed
2525
PASSPORT_PERSONAL_ACCESS_CLIENT_ID=client-id-value
2626
PASSPORT_PERSONAL_ACCESS_CLIENT_SECRET=unhashed-client-secret-value
2727

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

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

0 commit comments

Comments
 (0)