1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Applied changes from styleci

This commit is contained in:
Dan Brown
2021-10-08 22:23:17 +01:00
parent c2339ac9db
commit a9b3df537f
7 changed files with 9 additions and 6 deletions

View File

@ -4,7 +4,6 @@ namespace BookStack\Http\Controllers;
use BookStack\Actions\View;
use BookStack\Entities\Models\Page;
use BookStack\Entities\Models\PageRevision;
use BookStack\Entities\Repos\PageRepo;
use BookStack\Entities\Tools\BookContents;
use BookStack\Entities\Tools\NextPreviousContentLocator;