mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-25 05:36:10 +01:00
TASK: Do not import unnecessary namespace
As imported class is on same level as we are, we do not need to import the class.
This commit is contained in:
parent
ba19537f4e
commit
75335e2bc1
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ namespace Codappix\SearchCore\Domain\Index;
|
|||
use Codappix\SearchCore\Configuration\ConfigurationContainerInterface;
|
||||
use Codappix\SearchCore\Configuration\InvalidArgumentException;
|
||||
use Codappix\SearchCore\Domain\Index\IndexerInterface;
|
||||
use Codappix\SearchCore\Domain\Index\TcaIndexer;
|
||||
use Codappix\SearchCore\Domain\Index\TcaIndexer\TcaTableService;
|
||||
use TYPO3\CMS\Core\SingletonInterface as Singleton;
|
||||
use TYPO3\CMS\Extbase\Object\ObjectManagerInterface;
|
||||
|
|
Loading…
Reference in a new issue