mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 13:38:20 +01:00
Fix syntax of beacon schedule times
This commit is contained in:
parent
1a099a7683
commit
7e24e35d5f
@ -39,6 +39,6 @@ class Kernel extends ConsoleKernel
|
||||
*/
|
||||
protected function schedule(Schedule $schedule)
|
||||
{
|
||||
$schedule->command('cachet:beacon')->twiceDaily('00:00', '12:00');
|
||||
$schedule->command('cachet:beacon')->twiceDaily(0, 12);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user