File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1616use Massive \Bundle \SearchBundle \Search \Reindex \ReindexProviderInterface ;
1717use Massive \Bundle \SearchBundle \Search \Reindex \ReindexProviderRegistry ;
1818use Massive \Bundle \SearchBundle \Search \Reindex \ResumeManagerInterface ;
19- use Massive \Bundle \SearchBundle \Search \SearchManager ;
2019use Massive \Bundle \SearchBundle \Search \SearchManagerInterface ;
2120use Symfony \Component \Console \Command \Command ;
2221use Symfony \Component \Console \Helper \FormatterHelper ;
@@ -63,7 +62,7 @@ class ReindexCommand extends Command
6362
6463 public function __construct (
6564 ResumeManagerInterface $ resumeManager ,
66- SearchManager $ searchManager ,
65+ SearchManagerInterface $ searchManager ,
6766 ReindexProviderRegistry $ providerRegistry ,
6867 $ env ,
6968 QuestionHelper $ questionHelper = null
You can’t perform that action at this time.
0 commit comments