@@ -74,8 +74,8 @@ |
||
| 74 | 74 | |
| 75 | 75 | $section = $this->loadSectionFromPath($container); |
| 76 | 76 | |
| 77 | - $templateIdent = (string)$section->templateIdent(); |
|
| 78 | - $templateController = (string)$section->templateIdent(); |
|
| 77 | + $templateIdent = (string) $section->templateIdent(); |
|
| 78 | + $templateController = (string) $section->templateIdent(); |
|
| 79 | 79 | |
| 80 | 80 | if (!$templateController) { |
| 81 | 81 | return $response->withStatus(404); |