@@ -101,7 +101,7 @@ |
||
101 | 101 | |
102 | 102 | protected function constructBody($body) |
103 | 103 | { |
104 | - return $this->render($this->bodyLayout, ['items' => (array)$body]); |
|
104 | + return $this->render($this->bodyLayout, ['items' => (array) $body]); |
|
105 | 105 | } |
106 | 106 | |
107 | 107 | protected function replaceMacros($template, $replacement) |