Skip to content

Commit e346556

Browse files
committed
Fix DateTimeTzImmutableType
1 parent 5f74187 commit e346556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Type/Doctrine/Descriptors/DateTimeTzImmutableType.php

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

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

1717
public function getWritableToPropertyType(): Type

0 commit comments

Comments
 (0)