command('ninja:send-invoices --force') ->sendOutputTo($logFile) ->withoutOverlapping() ->hourly(); $schedule ->command('ninja:send-reminders --force') ->sendOutputTo($logFile) ->daily(); } }