Skip to content

Commit

Permalink
local
Browse files Browse the repository at this point in the history
  • Loading branch information
StaffCollab committed May 1, 2024
1 parent d98d5bc commit 1b12e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HebrewDate.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public function getHebrewDaysPeriod(): Collection
)->days();

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

return collect($days)->each(function ($day) {
Expand Down

0 comments on commit 1b12e55

Please sign in to comment.