Skip to content
Snippets Groups Projects
Commit 9947fd9b authored by Thibault Debatty's avatar Thibault Debatty
Browse files

fix schedule interval

parent d1078ea3
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ class Kernel extends ConsoleKernel
// $schedule->command('inspire')
// ->hourly();
$schedule->job(new StatusChangeDetection())->everyMinute();
$schedule->job(new StatusChangeDetection())->everyFiveMinutes();
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment