Test Failed
Push — dev6 ( 8f1625...24ed5e )
by Ron
19:25
created
app/Actions/BuildNavbar.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
         $admin   = $this->getAdminNavbar();
17 17
         $navBar  = $this->getPrimaryNavbar();
18 18
         $modules = $this->getModules();
19
-        array_splice($navBar, 1, 0, $admin);    //  Move the Admin link just under the Dashboard link
19
+        array_splice($navBar, 1, 0, $admin); //  Move the Admin link just under the Dashboard link
20 20
 
21 21
         return array_merge($navBar, $modules);
22 22
 
Please login to merge, or discard this patch.