We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f74187 commit e346556Copy full SHA for e346556
src/Type/Doctrine/Descriptors/DateTimeTzImmutableType.php
@@ -11,7 +11,7 @@ class DateTimeTzImmutableType implements DoctrineTypeDescriptor
11
12
public function getType(): string
13
{
14
- return \Doctrine\DBAL\Types\DateTimeTzType::class;
+ return \Doctrine\DBAL\Types\DateTimeTzImmutableType::class;
15
}
16
17
public function getWritableToPropertyType(): Type
0 commit comments