Skip to content

Commit 2047f77

Browse files
committed
ISSUE-345: column name fix
1 parent 8b81d3a commit 2047f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Domain/Model/Messaging/Message/MessageFormat.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#[ORM\Embeddable]
1010
class MessageFormat
1111
{
12-
#[ORM\Column(type: 'boolean', options: ['default' => false])]
12+
#[ORM\Column(name: 'htmlformatted', type: 'boolean', options: ['default' => false])]
1313
private bool $htmlFormatted = false;
1414

1515
#[ORM\Column(name: 'sendformat', type: 'string', length: 20, nullable: true)]

0 commit comments

Comments
 (0)