]> BookStack Code Mirror - bookstack/blobdiff - app/Search/SearchController.php
Played around with a new app structure
[bookstack] / app / Search / SearchController.php
similarity index 96%
rename from app/Http/Controllers/SearchController.php
rename to app/Search/SearchController.php
index 8df5cfafb805514ec9daf728c8832255129d42a7..aabc17a41f951f73f64f00fb5614fcb2c6790216 100644 (file)
@@ -1,12 +1,10 @@
 <?php
 
-namespace BookStack\Http\Controllers;
+namespace BookStack\Search;
 
 use BookStack\Entities\Queries\Popular;
 use BookStack\Entities\Tools\SiblingFetcher;
-use BookStack\Search\SearchOptions;
-use BookStack\Search\SearchResultsFormatter;
-use BookStack\Search\SearchRunner;
+use BookStack\Http\Controllers\Controller;
 use Illuminate\Http\Request;
 
 class SearchController extends Controller