@@ -33,7 +33,7 @@ |
||
33 | 33 | |
34 | 34 | public static function enabled(): bool |
35 | 35 | { |
36 | - return config('docs.create_search_page', true) && ! Hyde::routes()->has(self::routeKey()); |
|
36 | + return config('docs.create_search_page', true) && !Hyde::routes()->has(self::routeKey()); |
|
37 | 37 | } |
38 | 38 | |
39 | 39 | public static function generate(): string |