]> BookStack Code Mirror - bookstack/blobdiff - tests/PublicActionTest.php
Code cleanup, bug squashing
[bookstack] / tests / PublicActionTest.php
index 3670df87d39df58e28ea7383955e3f9db473ab7f..1941901240b5288d628a8264c5bd83a1bef0b074 100644 (file)
@@ -5,9 +5,9 @@ use BookStack\Auth\Permissions\PermissionService;
 use BookStack\Auth\Permissions\RolePermission;
 use BookStack\Auth\Role;
 use BookStack\Auth\User;
-use BookStack\Entities\Book;
-use BookStack\Entities\Chapter;
-use BookStack\Entities\Page;
+use BookStack\Entities\Models\Book;
+use BookStack\Entities\Models\Chapter;
+use BookStack\Entities\Models\Page;
 
 class PublicActionTest extends BrowserKitTest
 {