Skip to content

Commit

Permalink
[BUGFIX] Correct typo in searchResultClassName configuration key
Browse files Browse the repository at this point in the history
  • Loading branch information
beardcoder authored Nov 21, 2024
1 parent b6bfad8 commit 54ac8b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ public function fromApacheSolrDocument(Document $originalDocument): SearchResult

protected function getResultClassName(): string
{
return $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['solr']['searchResultClassName '] ?? SearchResult::class;
return $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['solr']['searchResultClassName'] ?? SearchResult::class;
}
}

0 comments on commit 54ac8b2

Please sign in to comment.