Skip to content

Commit

Permalink
Fix repeated "the" word in documentation (#1798)
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva authored Nov 11, 2024
1 parent 6594120 commit 0d95ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ The minimum Laravel version is now v6.0 and the minimum PHP version is now 7.2.

PR: https://github.com/laravel/passport/pull/1065

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`:
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`:

Schema::table('oauth_clients', function (Blueprint $table) {
$table->string('secret', 100)->nullable()->change();
Expand Down

0 comments on commit 0d95ca9

Please sign in to comment.