mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 08:12:17 +01:00
Fixed typo in console kernel
This commit is contained in:
@@ -18,11 +18,11 @@ class Kernel extends ConsoleKernel
|
|||||||
->when(fn (): bool => config('scheduling.tasks.time_entry_send_still_running_mails'))
|
->when(fn (): bool => config('scheduling.tasks.time_entry_send_still_running_mails'))
|
||||||
->everyTenMinutes();
|
->everyTenMinutes();
|
||||||
|
|
||||||
$schedule->command('self-hosting:check-for-update')
|
$schedule->command('self-host:check-for-update')
|
||||||
->when(fn (): bool => config('scheduling.tasks.self_hosting_check_for_update'))
|
->when(fn (): bool => config('scheduling.tasks.self_hosting_check_for_update'))
|
||||||
->twiceDaily();
|
->twiceDaily();
|
||||||
|
|
||||||
$schedule->command('self-hosting:telemetry')
|
$schedule->command('self-host:telemetry')
|
||||||
->when(fn (): bool => config('scheduling.tasks.self_hosting_telemetry'))
|
->when(fn (): bool => config('scheduling.tasks.self_hosting_telemetry'))
|
||||||
->twiceDaily();
|
->twiceDaily();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user