Skip to content

Commit

Permalink
Merge pull request #4853 from coollabsio/next
Browse files Browse the repository at this point in the history
fixes
  • Loading branch information
andrasbacsai authored Jan 17, 2025
2 parents a7e0653 + 95ccf23 commit 6357b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/seeders/ProductionSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

0 comments on commit 6357b37

Please sign in to comment.