]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Api/SearchApiController.php
Updated readme for phpcs usage, aligned gh action workflows
[bookstack] / app / Http / Controllers / Api / SearchApiController.php
index 5c4112f743fe76bce24fbb4bfa61110f3445e14a..7ef714390903033d4ab0d43016518214db887be9 100644 (file)
@@ -3,9 +3,9 @@
 namespace BookStack\Http\Controllers\Api;
 
 use BookStack\Entities\Models\Entity;
-use BookStack\Entities\Tools\SearchOptions;
-use BookStack\Entities\Tools\SearchResultsFormatter;
-use BookStack\Entities\Tools\SearchRunner;
+use BookStack\Search\SearchOptions;
+use BookStack\Search\SearchResultsFormatter;
+use BookStack\Search\SearchRunner;
 use Illuminate\Http\Request;
 
 class SearchApiController extends ApiController