command('time-entry:send-still-running-mails') ->when(fn (): bool => config('scheduling.tasks.time_entry_send_still_running_mails')) ->everyTenMinutes(); } /** * Register the commands for the application. */ protected function commands(): void { $this->load(__DIR__.'/Commands'); } }