feat: Root user envs and seeding
This commit is contained in:
@@ -39,6 +39,9 @@ class ProductionSeeder extends Seeder
|
||||
]);
|
||||
}
|
||||
}
|
||||
// Seed root user first
|
||||
$this->call(RootUserSeeder::class);
|
||||
|
||||
if (InstanceSettings::find(0) == null) {
|
||||
InstanceSettings::create([
|
||||
'id' => 0,
|
||||
|
||||
Reference in New Issue
Block a user