0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-05-22 23:59:42 +00:00

Queries: Moved out or removed some class-level items

Also ran auto-removal of unused imports across app folder.
This commit is contained in:
Dan Brown 2024-02-07 22:41:45 +00:00
parent 546cfb0dcc
commit b77ab6f3af
No known key found for this signature in database
GPG key ID: 46D9F943C24A2EF9
29 changed files with 85 additions and 107 deletions
app/Activity/Controllers

View file

@ -3,7 +3,6 @@
namespace BookStack\Activity\Controllers;
use BookStack\Activity\CommentRepo;
use BookStack\Entities\Models\Page;
use BookStack\Entities\Queries\PageQueries;
use BookStack\Http\Controller;
use Illuminate\Http\Request;