@@ -27,7 +27,7 @@ discard block |
||
27 | 27 | { |
28 | 28 | return [ |
29 | 29 | 'title' => $this->getNavigationMenuTitle(), |
30 | - 'hidden' => ! $this->getNavigationMenuVisible(), |
|
30 | + 'hidden' => !$this->getNavigationMenuVisible(), |
|
31 | 31 | 'priority' => $this->getNavigationMenuPriority(), |
32 | 32 | ]; |
33 | 33 | } |
@@ -60,7 +60,7 @@ discard block |
||
60 | 60 | } |
61 | 61 | |
62 | 62 | if ($this->page instanceof DocumentationPage) { |
63 | - return $this->page->identifier === 'index' && ! in_array($this->page->routeKey, config('hyde.navigation.exclude', [])); |
|
63 | + return $this->page->identifier === 'index' && !in_array($this->page->routeKey, config('hyde.navigation.exclude', [])); |
|
64 | 64 | } |
65 | 65 | |
66 | 66 | if ($this->page->matter('navigation.hidden', false)) { |