mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Add seeders for services, cleanup environment setters
This commit is contained in:
@@ -14,7 +14,8 @@ class DatabaseSeeder extends Seeder
|
||||
{
|
||||
Model::unguard();
|
||||
|
||||
// $this->call(UserTableSeeder::class);
|
||||
$this->call(MinecraftServiceTableSeeder::class);
|
||||
$this->call(SourceServiceTableSeeder::class);
|
||||
|
||||
Model::reguard();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user