Skip to content

Commit efa1156

Browse files
authored
Merge pull request #2388 from MGatner/seed-comment
Fix copypaste command comment
2 parents d2f0b1d + 8ae6ed1 commit efa1156

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

system/Commands/Database/Seed.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ class Seed extends BaseCommand
9898
protected $options = [];
9999

100100
/**
101-
* Runs all of the migrations in reverse order, until they have
102-
* all been un-applied.
101+
* Passes to Seeder to populate the database.
103102
*
104103
* @param array $params
105104
*/

0 commit comments

Comments
 (0)