Skip to content

Commit 5f74187

Browse files
committed
Fix DateImmutableType
1 parent 59c6543 commit 5f74187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Type/Doctrine/Descriptors/DateImmutableType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class DateImmutableType implements DoctrineTypeDescriptor
1111

1212
public function getType(): string
1313
{
14-
return \Doctrine\DBAL\Types\DateTimeImmutableType::class;
14+
return \Doctrine\DBAL\Types\DateImmutableType::class;
1515
}
1616

1717
public function getWritableToPropertyType(): Type

0 commit comments

Comments
 (0)