@@ -28,7 +28,7 @@ |
||
28 | 28 | |
29 | 29 | public static function enabled(): bool |
30 | 30 | { |
31 | - return config('docs.create_search_page', true) && ! Hyde::routes()->has('docs/search'); |
|
31 | + return config('docs.create_search_page', true) && !Hyde::routes()->has('docs/search'); |
|
32 | 32 | } |
33 | 33 | |
34 | 34 | public static function generate(): string |