]> BookStack Code Mirror - bookstack/blobdiff - app/Search/SearchController.php
Cleaned up namespacing in routes
[bookstack] / app / Search / SearchController.php
index aabc17a41f951f73f64f00fb5614fcb2c6790216..4b134f11e2b203e36ad0286705a2eeb4e139e5f4 100644 (file)
@@ -4,7 +4,7 @@ namespace BookStack\Search;
 
 use BookStack\Entities\Queries\Popular;
 use BookStack\Entities\Tools\SiblingFetcher;
-use BookStack\Http\Controllers\Controller;
+use BookStack\Http\Controller;
 use Illuminate\Http\Request;
 
 class SearchController extends Controller