|
@@ -13,13 +13,11 @@ |
|
|
block discarded – undo |
|
13
|
13
|
|
|
14
|
14
|
namespace StingerSoft\EntitySearchBundle\Command; |
|
15
|
15
|
|
|
16
|
|
-use Doctrine\Common\Persistence\ObjectManager; |
|
17
|
16
|
use Doctrine\DBAL\Platforms\SQLServerPlatform; |
|
18
|
17
|
use Doctrine\ORM\EntityManager; |
|
19
|
18
|
use Doctrine\ORM\Mapping\ClassMetadata; |
|
20
|
19
|
use StingerSoft\EntitySearchBundle\Services\Mapping\EntityToDocumentMapperInterface; |
|
21
|
20
|
use StingerSoft\EntitySearchBundle\Services\SearchService; |
|
22
|
|
-use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand; |
|
23
|
21
|
use Symfony\Component\Console\Command\Command; |
|
24
|
22
|
use Symfony\Component\Console\Helper\ProgressBar; |
|
25
|
23
|
use Symfony\Component\Console\Input\InputArgument; |
Please login to merge, or discard this patch.