]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/PageController.php
Fixes padding issues of the sidebar's items
[bookstack] / app / Http / Controllers / PageController.php
index 9025db162ab949709287a298c6918464c177cfb1..a94a6180304d9abe8f909c7a4ea020cddbb5d205 100644 (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;