Skip to content

Commit f8977fb

Browse files
committed
Quick fix
1 parent 05ef89b commit f8977fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/HebrewDate.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ public function getHebrewDaysPeriod(): Collection
127127
$this->endOfHebrewMonth()
128128
)->days();
129129

130+
dd(collect($days)->each(function ($day) {
131+
return self::parse($day);
132+
}));
133+
130134
return collect($days)->each(function ($day) {
131135
return self::parse($day);
132136
});

0 commit comments

Comments
 (0)