We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb2480 commit b15bd26Copy full SHA for b15bd26
1 file changed
src/Entity/AbstractMailQueueEntry.php
@@ -26,7 +26,7 @@ abstract class AbstractMailQueueEntry {
26
protected $sentAt;
27
28
/**
29
- * @ORM\Column(type="text", name="`from`")
+ * @ORM\Column(type="string", name="`from`")
30
*/
31
protected $from;
32
0 commit comments