Skip to content

Commit 5ce17be

Browse files
committed
wip
1 parent 0930a43 commit 5ce17be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DateRangeSynth.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ static function matchByType($type) {
1717
return $type === DateRange::class;
1818
}
1919

20-
static function unwrap($target) {
20+
static function unwrapForValidation($target) {
2121
$data = [
2222
'start' => $target->start()?->format('Y-m-d'),
2323
'end' => $target->end()?->format('Y-m-d'),

0 commit comments

Comments
 (0)