]> BookStack Code Mirror - bookstack/blobdiff - app/Console/Commands/RegenerateSearch.php
Guest create page: name field autofocus
[bookstack] / app / Console / Commands / RegenerateSearch.php
index 20e3fc7983f8bd7ff472758d20f3693841864ec5..ff584da56452561fab14ab1b63f0e72bb97a073b 100644 (file)
@@ -3,7 +3,7 @@
 namespace BookStack\Console\Commands;
 
 use BookStack\Entities\Models\Entity;
-use BookStack\Entities\Tools\SearchIndex;
+use BookStack\Search\SearchIndex;
 use Illuminate\Console\Command;
 use Illuminate\Support\Facades\DB;