Completed
Push — master ( 997b9a...fcc311 )
by Adrian
02:37
created
src/View/Composers/SidebarComposer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
         }
72 72
 
73 73
         //Sort alphabetically de menu items
74
-        usort($menuItems, function ($itemA, $itemB) {
74
+        usort($menuItems, function($itemA, $itemB) {
75 75
             return strcmp($itemA['name'], $itemB['name']);
76 76
         });
77 77
 
Please login to merge, or discard this patch.