We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b5f11 commit 2c24ae4Copy full SHA for 2c24ae4
UPGRADE.md
@@ -25,7 +25,7 @@ Before you continue, you should set your personal access client ID and unhashed
25
PASSPORT_PERSONAL_ACCESS_CLIENT_ID=client-id-value
26
PASSPORT_PERSONAL_ACCESS_CLIENT_SECRET=unhashed-client-secret-value
27
28
-Next, you should set register these values by placing the following calls within the `boot` method of your `AppServiceProvider`:
+Next, you should register these values by placing the following calls within the `boot` method of your `AppServiceProvider`:
29
30
Passport::personalAccessClientId(config('passport.personal_access_token.id'));
31
Passport::personalAccessClientSecret(config('passport.personal_access_token.secret'));
0 commit comments