Merge pull request #4853 from coollabsio/next

fixes
This commit is contained in:
Andras Bacsai 2025-01-17 11:20:48 +01:00 committed by GitHub
commit 6357b374e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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);
}
}