Skip to content

Commit

Permalink
Quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StaffCollab committed May 1, 2024
1 parent 05ef89b commit f8977fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/HebrewDate.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ public function getHebrewDaysPeriod(): Collection
$this->endOfHebrewMonth()
)->days();

dd(collect($days)->each(function ($day) {
return self::parse($day);
}));

return collect($days)->each(function ($day) {
return self::parse($day);
});
Expand Down

0 comments on commit f8977fb

Please sign in to comment.