refactor: comment out RootUserSeeder call in ProductionSeeder for clarity

This commit is contained in:
Andras Bacsai 2025-01-17 11:19:45 +01:00
parent 66a42f4023
commit 95ccf23e9d

View file

@ -188,6 +188,6 @@ public function run(): void
$this->call(OauthSettingSeeder::class);
$this->call(PopulateSshKeysDirectorySeeder::class);
$this->call(SentinelSeeder::class);
$this->call(RootUserSeeder::class);
// $this->call(RootUserSeeder::class);
}
}