Skip to content

Commit

Permalink
Merge pull request #422 from hydephp/search-index-bugfixes
Browse files Browse the repository at this point in the history
Fix undefined variable  in search.html hydephp/develop@daf7fd6
  • Loading branch information
github-actions committed Aug 12, 2022
1 parent 538dbe1 commit c01156d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/pages/documentation-search.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@php
$page = Hyde\Framework\Models\Pages\DocumentationPage::make('search', ['title' => 'Search']);
$title = 'Search';
$currentPage = $page->getCurrentPagePath();
$currentRoute = $page->getRoute();
$markdown = '';
@endphp

Expand Down

0 comments on commit c01156d

Please sign in to comment.