We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 668e0af commit fdb6635Copy full SHA for fdb6635
commands/Seed.js
@@ -56,7 +56,7 @@ class SeedDatabase extends Command {
56
}
57
58
/**
59
- * Throws exception when trying to run migrations are
+ * Throws exception when trying to run seeds are
60
* executed in production and not using force flag.
61
*
62
* @method _validateState
@@ -104,7 +104,7 @@ class SeedDatabase extends Command {
104
105
106
* Method called when command is executed. This method will
107
- * require all files from the migrations directory
+ * require all files from the seeds directory
108
* and execute all pending schema files
109
110
* @method handle
0 commit comments