Skip to content

Commit

Permalink
Fix wrong case in import
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed Feb 21, 2024
1 parent c3f7abd commit 16e9d48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Ibexa\Contracts\Core\Repository\Values\Content\Query\Spellcheck;
use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult;
use Ibexa\Contracts\Core\Repository\Values\ValueObject;
use IBexa\Contracts\Solr\ResultExtractor\AggregationResultExtractor;
use Ibexa\Contracts\Solr\ResultExtractor\AggregationResultExtractor;
use Ibexa\Solr\Gateway\EndpointRegistry;
use Ibexa\Solr\Query\FacetFieldVisitor;
use Ibexa\Solr\ResultExtractor as BaseResultExtractor;
Expand Down

0 comments on commit 16e9d48

Please sign in to comment.