Skip to content

Commit

Permalink
Grammar fixes (#53714)
Browse files Browse the repository at this point in the history
  • Loading branch information
nexxai authored Nov 30, 2024
1 parent 14677ad commit a57d4ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Database/Schema/Blueprint.php
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ public function index($columns, $name = null, $algorithm = null)
}

/**
* Specify an fulltext for the table.
* Specify a fulltext index for the table.
*
* @param string|array $columns
* @param string|null $name
Expand Down Expand Up @@ -1605,7 +1605,7 @@ public function nullableUlidMorphs($name, $indexName = null)
}

/**
* Adds the `remember_token` column to the table.
* Add the `remember_token` column to the table.
*
* @return \Illuminate\Database\Schema\ColumnDefinition
*/
Expand Down

0 comments on commit a57d4ba

Please sign in to comment.