We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a65a44 commit 5298016Copy full SHA for 5298016
src/Command/MeiliSearchImportCommand.php
@@ -4,12 +4,12 @@
4
5
namespace MeiliSearch\Bundle\Command;
6
7
+use Doctrine\Persistence\ManagerRegistry;
8
use MeiliSearch\Bundle\Exception\InvalidSettingName;
9
use MeiliSearch\Bundle\Exception\UpdateException;
10
use MeiliSearch\Bundle\Model\Aggregator;
11
use MeiliSearch\Bundle\SearchService;
12
use MeiliSearch\Client;
-use Symfony\Bridge\Doctrine\ManagerRegistry;
13
use Symfony\Component\Console\Input\InputInterface;
14
use Symfony\Component\Console\Input\InputOption;
15
use Symfony\Component\Console\Output\OutputInterface;
0 commit comments