]>
BookStack Code Mirror - bookstack/blobdiff - app/Search/SearchController.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Cleaned up namespacing in routes
[bookstack]
/
app
/
Search
/
SearchController.php
diff --git
a/app/Search/SearchController.php
b/app/Search/SearchController.php
index aabc17a41f951f73f64f00fb5614fcb2c6790216..4b134f11e2b203e36ad0286705a2eeb4e139e5f4 100644
(file)
--- a/
app/Search/SearchController.php
+++ b/
app/Search/SearchController.php
@@
-4,7
+4,7
@@
namespace BookStack\Search;
use BookStack\Entities\Queries\Popular;
use BookStack\Entities\Tools\SiblingFetcher;
-use BookStack\Http\Controller
s\Controller
;
+use BookStack\Http\Controller;
use Illuminate\Http\Request;
class SearchController extends Controller