Skip to content

Commit b15bd26

Browse files
authored
Update AbstractMailQueueEntry.php
1 parent 2bb2480 commit b15bd26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Entity/AbstractMailQueueEntry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ abstract class AbstractMailQueueEntry {
2626
protected $sentAt;
2727

2828
/**
29-
* @ORM\Column(type="text", name="`from`")
29+
* @ORM\Column(type="string", name="`from`")
3030
*/
3131
protected $from;
3232

0 commit comments

Comments
 (0)