#36 - validate vacation request #47
Reference in New Issue
Block a user
Delete Branch "#36-validate-vacation-request"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It should close #36
@@ -0,0 +16,4 @@$period = CarbonPeriod::create($from, $to);$holidays = $yearPeriod->holidays()->pluck("date");$validDays = collect();We are importing Collection already, so less magic helpers = better.
@@ -71,3 +77,4 @@protected static function newFactory(): VacationRequestFactory{return VacationRequestFactory::new();Do we really need axios here? Maybe fetch API would be enough?