Skip to content

Commit

Permalink
Merge pull request #2388 from MGatner/seed-comment
Browse files Browse the repository at this point in the history
Fix copypaste command comment
  • Loading branch information
MGatner authored Nov 6, 2019
2 parents d2f0b1d + 8ae6ed1 commit efa1156
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions system/Commands/Database/Seed.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ class Seed extends BaseCommand
protected $options = [];

/**
* Runs all of the migrations in reverse order, until they have
* all been un-applied.
* Passes to Seeder to populate the database.
*
* @param array $params
*/
Expand Down

0 comments on commit efa1156

Please sign in to comment.