daily(); } Schedule::call(new DeleteResetPasswords)->hourly(); Schedule::command('packages:check-expiring') ->dailyAt('09:00') ->timezone('America/Mexico_City') ->withoutOverlapping() ->appendOutputTo(storage_path('logs/packages-expiring.log'));