Completed
Pull Request — master (#294)
by
unknown
01:17
created
src/Console/StatusCommand.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,9 +5,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.