Test Setup Failed
Push — a-simpler-manager ( 964eee...986de8 )
by Ben
07:36
created
src/Old/PageBuilder/PresentSections.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
             $this->addModelToCollection($i, $child);
88 88
         }
89 89
 
90
-        return $this->sets->values()->map(function (ViewableContract $child) {
90
+        return $this->sets->values()->map(function(ViewableContract $child) {
91 91
             return $child->setViewParent($this->parent)->renderView();
92 92
         });
93 93
     }
Please login to merge, or discard this patch.