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 9de10df commit a2d3940
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
use Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException;
use Ibexa\Contracts\Core\Repository\Values\Content\Query\Spellcheck;
use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult as APISearchResult;
use IBexa\Contracts\Solr\ResultExtractor\AggregationResultExtractor;
use IBexa\Solr\Gateway\EndpointRegistry;
use IBexa\Solr\Query\FacetFieldVisitor;
use IBexa\Solr\ResultExtractor as BaseResultExtractor;
use Ibexa\Contracts\Solr\ResultExtractor\AggregationResultExtractor;
use Ibexa\Solr\Gateway\EndpointRegistry;
use Ibexa\Solr\Query\FacetFieldVisitor;
use Ibexa\Solr\ResultExtractor as BaseResultExtractor;
use Netgen\IbexaSearchExtra\API\Values\Content\Search\SearchResult;
use Netgen\IbexaSearchExtra\API\Values\Content\Search\Suggestion;
use Netgen\IbexaSearchExtra\API\Values\Content\Search\WordSuggestion;
Expand Down

0 comments on commit a2d3940

Please sign in to comment.