]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Controllers/PageRevisionController.php
Cleaned up namespacing in routes
[bookstack] / app / Entities / Controllers / PageRevisionController.php
index fab6ae6653a26caa3980f3b8b1cfde46df2f4d04..a723513a868011b5ed398e9b4758592958425c89 100644 (file)
@@ -8,7 +8,7 @@ use BookStack\Entities\Repos\PageRepo;
 use BookStack\Entities\Tools\PageContent;
 use BookStack\Exceptions\NotFoundException;
 use BookStack\Facades\Activity;
-use BookStack\Http\Controllers\Controller;
+use BookStack\Http\Controller;
 use BookStack\Util\SimpleListOptions;
 use Illuminate\Http\Request;
 use Ssddanbrown\HtmlDiff\Diff;