]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/SearchController.php
Cleaned testing service provider usage
[bookstack] / app / Http / Controllers / SearchController.php
index 4a002298cebb617de9eb0c34dd23cde56f920d44..699733e377008f508634d9dbbda6755e103c6394 100644 (file)
@@ -3,10 +3,10 @@
 namespace BookStack\Http\Controllers;
 
 use BookStack\Entities\Queries\Popular;
-use BookStack\Entities\Tools\SearchOptions;
-use BookStack\Entities\Tools\SearchResultsFormatter;
-use BookStack\Entities\Tools\SearchRunner;
 use BookStack\Entities\Tools\SiblingFetcher;
+use BookStack\Search\SearchOptions;
+use BookStack\Search\SearchResultsFormatter;
+use BookStack\Search\SearchRunner;
 use Illuminate\Http\Request;
 
 class SearchController extends Controller