]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/SearchController.php
Fixes "bookshelf" pt_BR translation in "activities"
[bookstack] / app / Http / Controllers / SearchController.php
index 6ae08a280bd698b39f9809cef206a6e2b15d9c6c..4402b7caf310e0f142a72f1fad724d4ebe34d432 100644 (file)
@@ -1,8 +1,8 @@
 <?php namespace BookStack\Http\Controllers;
 
+use BookStack\Actions\ViewService;
 use BookStack\Entities\EntityRepo;
 use BookStack\Entities\SearchService;
-use BookStack\Actions\ViewService;
 use Illuminate\Http\Request;
 
 class SearchController extends Controller