Skip to content

Commit 95ccf23

Browse files
committed
refactor: comment out RootUserSeeder call in ProductionSeeder for clarity
1 parent 66a42f4 commit 95ccf23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/seeders/ProductionSeeder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,6 @@ public function run(): void
188188
$this->call(OauthSettingSeeder::class);
189189
$this->call(PopulateSshKeysDirectorySeeder::class);
190190
$this->call(SentinelSeeder::class);
191-
$this->call(RootUserSeeder::class);
191+
// $this->call(RootUserSeeder::class);
192192
}
193193
}

0 commit comments

Comments
 (0)