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 f8977fb commit d98d5bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/HebrewDate.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@ public function getHebrewDaysPeriod(): Collection
)->days();

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

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

Expand Down

0 comments on commit d98d5bc

Please sign in to comment.