kylekatarnls / business-time

Carbon mixin to handle business days and opening hours
MIT License
297 stars 14 forks source link

No open date/time found in the next 8 days #47

Closed vAlfred88 closed 3 years ago

vAlfred88 commented 3 years ago

An error occurs when the holidays are more than 8 days. In some countries, New Year's holidays last 10 days, please turn off or add functionality to change $dayLimit

kylekatarnls commented 3 years ago

Sorry for the delay, you can easily increase this limit using what the exception message suggest you to;

Carbon::getOpeningHours()->setDayLimit(14);