@@ -29,7 +29,6 @@ |
||
| 29 | 29 | use ApacheSolrForTypo3\Solr\Domain\Search\SearchRequest; |
| 30 | 30 | use ApacheSolrForTypo3\Solr\Plugin\CommandPluginBase; |
| 31 | 31 | use ApacheSolrForTypo3\Solr\Plugin\PluginCommand; |
| 32 | -use ApacheSolrForTypo3\Solr\Query; |
|
| 33 | 32 | use ApacheSolrForTypo3\Solr\System\Configuration\TypoScriptConfiguration; |
| 34 | 33 | use ApacheSolrForTypo3\Solr\Template; |
| 35 | 34 | use TYPO3\CMS\Core\Utility\GeneralUtility; |
@@ -27,7 +27,6 @@ |
||
| 27 | 27 | use ApacheSolrForTypo3\Solr\IndexQueue\Queue; |
| 28 | 28 | use ApacheSolrForTypo3\Solr\Tests\Integration\IntegrationTest; |
| 29 | 29 | use ApacheSolrForTypo3\Solr\IndexQueue\RecordMonitor; |
| 30 | -use TYPO3\CMS\Backend\Utility\BackendUtility; |
|
| 31 | 30 | use TYPO3\CMS\Core\DataHandling\DataHandler; |
| 32 | 31 | use TYPO3\CMS\Core\Utility\GeneralUtility; |
| 33 | 32 | |