@@ -36,6 +36,9 @@ |
||
36 | 36 | return $this->renderInLayout($body, static::RENDER_HTML_LAYOUT, $data); |
37 | 37 | } |
38 | 38 | |
39 | + /** |
|
40 | + * @return string |
|
41 | + */ |
|
39 | 42 | public function renderTextLayout(array $data = []): ?string |
40 | 43 | { |
41 | 44 | if (! $this->mailTemplate->textTemplate()) { |