]> BookStack Code Mirror - bookstack/blobdiff - tests/Permissions/RolesTest.php
Code cleanup, bug squashing
[bookstack] / tests / Permissions / RolesTest.php
index 6bfa8067f988dd81626008a5f309a5ff66743004..9f32a9f494a45a49a1ed91dee889eea441e40ceb 100644 (file)
@@ -2,10 +2,10 @@
 
 use BookStack\Actions\Comment;
 use BookStack\Auth\User;
-use BookStack\Entities\Book;
-use BookStack\Entities\Bookshelf;
-use BookStack\Entities\Chapter;
-use BookStack\Entities\Page;
+use BookStack\Entities\Models\Book;
+use BookStack\Entities\Models\Bookshelf;
+use BookStack\Entities\Models\Chapter;
+use BookStack\Entities\Models\Page;
 use BookStack\Auth\Role;
 use BookStack\Uploads\Image;
 use Laravel\BrowserKitTesting\HttpException;