Merge branch 'next' into separate-success-and-failure-notifications

This commit is contained in:
🏔️ Peak
2024-12-10 16:40:20 +01:00
committed by GitHub
59 changed files with 671 additions and 3586 deletions

View File

@@ -22,9 +22,9 @@ class ProductionSeeder extends Seeder
public function run(): void
{
if (isCloud()) {
echo "[x]: Running in cloud mode.\n";
echo " Running in cloud mode.\n";
} else {
echo "[x]: Running in self-hosted mode.\n";
echo " Running in self-hosted mode.\n";
}
// Fix for 4.0.0-beta.37