@@ -212,6 +212,6 @@ |
||
212 | 212 | $this->body = new EmailTemplate($this->template, $this->data, $this->layout, $this); |
213 | 213 | } |
214 | 214 | |
215 | - return (string)$this->body; |
|
215 | + return (string) $this->body; |
|
216 | 216 | } |
217 | 217 | } |