@@ -5,9 +5,7 @@ |
||
5 | 5 | use Illuminate\Console\Command; |
6 | 6 | use Illuminate\Contracts\Events\Dispatcher; |
7 | 7 | use TeamTNT\TNTSearch\Exceptions\IndexNotFoundException; |
8 | -use TeamTNT\TNTSearch\Indexer\TNTIndexer; |
|
9 | 8 | use TeamTNT\TNTSearch\TNTSearch; |
10 | -use Illuminate\Support\Facades\Schema; |
|
11 | 9 | use Symfony\Component\Finder\Finder; |
12 | 10 | |
13 | 11 | class StatusCommand extends Command |