@@ -98,6 +98,6 @@ |
||
98 | 98 | |
99 | 99 | protected function isPageDiscoverable(): bool |
100 | 100 | { |
101 | - return filled($this->route->getSourcePath()) && ! $this->route->getPage() instanceof InMemoryPage; |
|
101 | + return filled($this->route->getSourcePath()) && !$this->route->getPage() instanceof InMemoryPage; |
|
102 | 102 | } |
103 | 103 | } |