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
Copy file name to clipboardexpand all lines: UPGRADE.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,7 @@ The minimum Laravel version is now v6.0 and the minimum PHP version is now 7.2.
156
156
157
157
PR: https://github.com/laravel/passport/pull/1065
158
158
159
-
Passport now supports public clients and PCKE. To leverage this feature, you should update the the `secret` column of the `oauth_clients` table to be `nullable`:
159
+
Passport now supports public clients and PCKE. To leverage this feature, you should update the `secret` column of the `oauth_clients` table to be `nullable`:
160
160
161
161
Schema::table('oauth_clients', function (Blueprint $table) {
0 commit comments