Completed
Push — master ( 98260d...5a7546 )
by Mathieu
03:43
created
src/Charcoal/Cms/Route/SectionRoute.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -74,8 +74,8 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.