Skip to content

Commit d98d5bc

Browse files
committed
local
1 parent f8977fb commit d98d5bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/HebrewDate.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,11 @@ public function getHebrewDaysPeriod(): Collection
128128
)->days();
129129

130130
dd(collect($days)->each(function ($day) {
131-
return self::parse($day);
131+
return HebrewDate::parse($day);
132132
}));
133133

134134
return collect($days)->each(function ($day) {
135-
return self::parse($day);
135+
return HebrewDate::parse($day);
136136
});
137137
}
138138

0 commit comments

Comments
 (0)