Skip to content

Commit

Permalink
Fix db:seed command scheduling in demo mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Feb 15, 2025
1 parent c005371 commit d1b4e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CachetCoreServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ private function registerSchedules(): void

$schedule->command('db:seed', [
'--class' => \Cachet\Database\Seeders\DatabaseSeeder::class,
'--force' => true,
'--force',
])->everyThirtyMinutes()->when($demoMode);
});
}
Expand Down

0 comments on commit d1b4e4b

Please sign in to comment.