Completed
Pull Request — master (#17)
by Nauris
10:18
created
src/Presenters/Bootstrap/NavbarRightPresenter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
      */
18 18
     public function getMenuWithDropDownWrapper($item)
19 19
     {
20
-        if($item->auth && auth()->guest()) {
20
+        if ($item->auth && auth()->guest()) {
21 21
             return null;
22 22
         }
23 23
 
Please login to merge, or discard this patch.
src/Presenters/Bootstrap/NavMenuPresenter.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@  discard block
 block discarded – undo
17 17
      */
18 18
     public function getMenuWithDropDownWrapper($item)
19 19
     {
20
-        if($item->auth && auth()->guest()) {
20
+        if ($item->auth && auth()->guest()) {
21 21
             return null;
22 22
         }
23 23
 
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
      */
43 43
     public function getMultiLevelDropdownWrapper($item)
44 44
     {
45
-        if($item->auth && auth()->guest()) {
45
+        if ($item->auth && auth()->guest()) {
46 46
             return null;
47 47
         }
48 48
 
Please login to merge, or discard this patch.