@@ -39,7 +39,7 @@ |
||
| 39 | 39 | } |
| 40 | 40 | |
| 41 | 41 | $block = new Block($this->themeRegistry->getThemeDescriptor($page->getTheme()), [ |
| 42 | - 'content' => [ $page->getContent() ] |
|
| 42 | + 'content' => [$page->getContent()] |
|
| 43 | 43 | ]); |
| 44 | 44 | |
| 45 | 45 | return $block; |