You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update UPGRADE.md
I just went through the steps of upgrading passport from v8 to v10 and hit a minor snag that could have been solved by a tweak to the documentation.
When upgrading from v8 to v9 it says place two Passport static calls "within the `boot` method of your `AppServiceProvider`"
When upgrading from v9 to v10 it says you can remove the calls from your `AuthServiceProvider`.
I don't claim to know where those calls belonged in the first place, so this proposal just updates the documentation to list them both.
* Update UPGRADE.md
Co-authored-by: Taylor Otwell <[email protected]>
Copy file name to clipboardExpand all lines: UPGRADE.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Laravel 8.0 is now the minimum required version.
16
16
17
17
PR: https://github.com/laravel/passport/pull/1325
18
18
19
-
The personal client configuration methods have been removed from the `Passport` class since they are no longer necessary. You should remove calls to these methods from your `AuthServiceProvider`.
19
+
The personal client configuration methods have been removed from the `Passport` class since they are no longer necessary. You should remove any calls to these methods from your application's service providers.
0 commit comments