Is this correct or should I do sth else?
$schedule->command(Commands\ProductsIntegration::class) ->hourly() ->timezone('Europe/Moscow') ->unlessBetween('11:00', '13:00') ->unlessBetween('17:00', '19:00');
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community