@@ -120,7 +120,7 @@ |
||
120 | 120 | |
121 | 121 | protected function constructBodyLayout($body) |
122 | 122 | { |
123 | - return $this->render($this->bodyLayout, ['items' => (array)$body]); |
|
123 | + return $this->render($this->bodyLayout, ['items' => (array) $body]); |
|
124 | 124 | } |
125 | 125 | |
126 | 126 | protected function replaceMacros($template, $replacement) |