diff --git a/src/Illuminate/Database/Schema/Blueprint.php b/src/Illuminate/Database/Schema/Blueprint.php index 8d72a2638eec..6e23ba687359 100755 --- a/src/Illuminate/Database/Schema/Blueprint.php +++ b/src/Illuminate/Database/Schema/Blueprint.php @@ -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 @@ -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 */