We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b81d3a commit 2047f77Copy full SHA for 2047f77
src/Domain/Model/Messaging/Message/MessageFormat.php
@@ -9,7 +9,7 @@
9
#[ORM\Embeddable]
10
class MessageFormat
11
{
12
- #[ORM\Column(type: 'boolean', options: ['default' => false])]
+ #[ORM\Column(name: 'htmlformatted', type: 'boolean', options: ['default' => false])]
13
private bool $htmlFormatted = false;
14
15
#[ORM\Column(name: 'sendformat', type: 'string', length: 20, nullable: true)]
0 commit comments