More code updates
This commit is contained in:
parent
cc297eea09
commit
17642bffe7
32 changed files with 209 additions and 2863 deletions
|
@ -12,12 +12,6 @@ class DatabaseSeeder extends Seeder
|
|||
{
|
||||
Model::unguard();
|
||||
|
||||
$this->call(MinecraftServiceTableSeeder::class);
|
||||
$this->call(SourceServiceTableSeeder::class);
|
||||
$this->call(RustServiceTableSeeder::class);
|
||||
$this->call(TerrariaServiceTableSeeder::class);
|
||||
$this->call(VoiceServiceTableSeeder::class);
|
||||
|
||||
Model::reguard();
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue