Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yixuan committed Apr 17, 2021
1 parent 5c7ae14 commit 974b97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extend.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
// Change full-text searcher
//
// See https://github.com/flarum/core/blob/master/tests/integration/extenders/SimpleFlarumSearchTest.php
(new Extend\SimpleFlarumSearch(DiscussionSearch::class))
(new Extend\SimpleFlarumSearch(DiscussionSearcher::class))
->setFullTextGambit(Search\FulltextGambit::class)
];

0 comments on commit 974b97d

Please sign in to comment.