@@ -129,7 +129,7 @@ |
||
129 | 129 | } |
130 | 130 | |
131 | 131 | /** |
132 | - * @param $trait |
|
132 | + * @param string $trait |
|
133 | 133 | * @return \Closure |
134 | 134 | */ |
135 | 135 | private function isSearchableModel($trait) |
@@ -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 |