Completed
Push — menus ( ce8dff...04517d )
by Arnaud
02:24
created
src/Step/MenusCreate.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
         $count = 0;
107 107
 
108 108
         $filteredPages = $this->builder->getPages()
109
-            ->filter(function (Page $page)
109
+            ->filter(function(Page $page)
110 110
         {
111 111
             if ($page->getVariable('menu')) {
112 112
                 return true;
Please login to merge, or discard this patch.