]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/PageController.php
Remove unnecessary changes
[bookstack] / app / Http / Controllers / PageController.php
index 016aa2f90a2869de9caf47a55aa4fb6a554d6b69..67d28a78a45ec388f15444de7621d3d3d29c2105 100644 (file)
@@ -3,7 +3,7 @@
 use BookStack\Entities\Tools\BookContents;
 use BookStack\Entities\Tools\PageContent;
 use BookStack\Entities\Tools\PageEditActivity;
-use BookStack\Entities\Page;
+use BookStack\Entities\Models\Page;
 use BookStack\Entities\Repos\PageRepo;
 use BookStack\Exceptions\NotFoundException;
 use BookStack\Exceptions\NotifyException;