We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e64c56 commit 6e4460eCopy full SHA for 6e4460e
database/seeders/BaseSeeder.php
@@ -49,7 +49,7 @@ public function runFake()
49
}
50
51
/**
52
- * Run seeds to be ran only on production environments
+ * Run seeds to be run only in production environments
53
*
54
* @return void
55
*/
@@ -58,7 +58,7 @@ public function runProduction()
58
59
60
61
- * Run seeds to be ran on every environment (including production)
+ * Run seeds to be run in every environment (including production)
62
63
64
0 commit comments