We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e20f33 commit b8fcb83Copy full SHA for b8fcb83
database/seeds/DatabaseSeeder.php
@@ -10,5 +10,8 @@ class DatabaseSeeder extends Seeder {
10
*/
11
public function run() {
12
//
13
+ $this->call([
14
+
15
+ ]);
16
}
17
0 commit comments