We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac669a1 commit 7ad20a0Copy full SHA for 7ad20a0
1 file changed
Classes/Flowpack/ElasticSearch/ContentRepositoryAdaptor/Factory/QueryFactory.php
@@ -11,12 +11,7 @@
11
* source code.
12
*/
13
14
-use Flowpack\ElasticSearch\ContentRepositoryAdaptor\Driver\DocumentDriverInterface;
15
-use Flowpack\ElasticSearch\ContentRepositoryAdaptor\Driver\DriverInterface;
16
-use Flowpack\ElasticSearch\ContentRepositoryAdaptor\Driver\IndexerDriverInterface;
17
use Flowpack\ElasticSearch\ContentRepositoryAdaptor\Driver\QueryInterface;
18
-use Flowpack\ElasticSearch\ContentRepositoryAdaptor\Exception\DriverConfigurationException;
19
-use Flowpack\ElasticSearch\ContentRepositoryAdaptor\LoggerInterface;
20
use TYPO3\Flow\Annotations as Flow;
21
22
/**
0 commit comments