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