@@ -17,7 +17,7 @@ |
||
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 |
@@ -17,7 +17,7 @@ discard block |
||
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 |
||
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 |