]> BookStack Code Mirror - bookstack/blobdiff - app/Search/SearchRunner.php
Played around with a new app structure
[bookstack] / app / Search / SearchRunner.php
index a0fd1fe3dab8264f63ef7ec95088a4db665baa66..fc36cb816c8e90219f57f3cec344b559fe6c2134 100644 (file)
@@ -2,12 +2,12 @@
 
 namespace BookStack\Search;
 
-use BookStack\Auth\Permissions\PermissionApplicator;
-use BookStack\Auth\User;
 use BookStack\Entities\EntityProvider;
 use BookStack\Entities\Models\BookChild;
 use BookStack\Entities\Models\Entity;
 use BookStack\Entities\Models\Page;
+use BookStack\Permissions\PermissionApplicator;
+use BookStack\Users\Models\User;
 use Illuminate\Database\Connection;
 use Illuminate\Database\Eloquent\Builder as EloquentBuilder;
 use Illuminate\Database\Eloquent\Collection as EloquentCollection;