We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4758bfd commit 94e961cCopy full SHA for 94e961c
src/Routing/PageRouter.php
@@ -92,7 +92,7 @@ public static function handle(Request $request): Response
92
93
protected function getPageFromRoute(): HydePage
94
{
95
- if (unslash($this->request->path) === DocumentationSearchPage::routeKey() && DocumentationSearchPage::enabled()) {
+ if (\Hyde\unslash($this->request->path) === DocumentationSearchPage::routeKey() && DocumentationSearchPage::enabled()) {
96
// Since this page is not present within the search index (as it's normally generated by a build task)
97
// we instantiate and return it here.
98
return new DocumentationSearchPage();
0 commit comments