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 7044ef3 commit 01969d5Copy full SHA for 01969d5
database/seeds/DatabaseSeeder.php
@@ -16,6 +16,8 @@ public function run()
16
17
$this->call(MinecraftServiceTableSeeder::class);
18
$this->call(SourceServiceTableSeeder::class);
19
+ $this->call(TerrariaServiceTableSeeder::class);
20
+ $this->call(VoiceServiceTableSeeder::class);
21
22
Model::reguard();
23
}
0 commit comments