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:
Daniel Siepmann 2018-03-13 11:03:57 +01:00
parent ba19537f4e
commit 75335e2bc1
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -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;