Merge pull request #10406 from paulwer/feat-improvements-to-inbound
fix: issue when email body is empty
This commit is contained in:
commit
8aff87c37b
|
|
@ -29,7 +29,7 @@ class InboundMail
|
|||
|
||||
public ?UploadedFile $body_document = null;
|
||||
|
||||
public string $text_body;
|
||||
public ?string $text_body = null;
|
||||
|
||||
/** @var array $documents */
|
||||
public array $documents = [];
|
||||
|
|
|
|||
Loading…
Reference in New Issue