@@ -50,7 +50,7 @@ |
||
50 | 50 | { |
51 | 51 | /** @var DocumentationPage $page */ |
52 | 52 | foreach (DocumentationPage::all() as $page) { |
53 | - if (! in_array($page->identifier, config('docs.exclude_from_search', []))) { |
|
53 | + if (!in_array($page->identifier, config('docs.exclude_from_search', []))) { |
|
54 | 54 | $this->searchIndex->push( |
55 | 55 | $this->generatePageEntry($page) |
56 | 56 | ); |