Skip to content

Commit 01969d5

Browse files
committed
Update seeder file
1 parent 7044ef3 commit 01969d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

database/seeds/DatabaseSeeder.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ public function run()
1616

1717
$this->call(MinecraftServiceTableSeeder::class);
1818
$this->call(SourceServiceTableSeeder::class);
19+
$this->call(TerrariaServiceTableSeeder::class);
20+
$this->call(VoiceServiceTableSeeder::class);
1921

2022
Model::reguard();
2123
}

0 commit comments

Comments
 (0)