Skip to content

Commit 7ad20a0

Browse files
committed
TASK: Cleanup use statement in QueryFactory
1 parent ac669a1 commit 7ad20a0

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Classes/Flowpack/ElasticSearch/ContentRepositoryAdaptor/Factory/QueryFactory.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@
1111
* source code.
1212
*/
1313

14-
use Flowpack\ElasticSearch\ContentRepositoryAdaptor\Driver\DocumentDriverInterface;
15-
use Flowpack\ElasticSearch\ContentRepositoryAdaptor\Driver\DriverInterface;
16-
use Flowpack\ElasticSearch\ContentRepositoryAdaptor\Driver\IndexerDriverInterface;
1714
use Flowpack\ElasticSearch\ContentRepositoryAdaptor\Driver\QueryInterface;
18-
use Flowpack\ElasticSearch\ContentRepositoryAdaptor\Exception\DriverConfigurationException;
19-
use Flowpack\ElasticSearch\ContentRepositoryAdaptor\LoggerInterface;
2015
use TYPO3\Flow\Annotations as Flow;
2116

2217
/**

0 commit comments

Comments
 (0)