@@ -12,6 +12,6 @@ |
||
| 12 | 12 | */ |
| 13 | 13 | public function actionIndex() |
| 14 | 14 | { |
| 15 | - return $this->twig('index.html.twig', (string)$this->data()); |
|
| 15 | + return $this->twig('index.html.twig', (string) $this->data()); |
|
| 16 | 16 | } |
| 17 | 17 | } |