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 and dkd-kaehm committed Dec 12, 2024
1 parent 0fc8d7c commit 550b42c
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 550b42c

Please sign in to comment.