]> BookStack Code Mirror - bookstack/blobdiff - tests/CommandsTest.php
Code cleanup, bug squashing
[bookstack] / tests / CommandsTest.php
index ca90bf055998325626e4c578924088518ca9ede1..8c6ea84bf8524e2ec61d1b2284a560147ab760aa 100644 (file)
@@ -4,8 +4,8 @@ use BookStack\Actions\ActivityType;
 use BookStack\Actions\Comment;
 use BookStack\Actions\CommentRepo;
 use BookStack\Auth\Permissions\JointPermission;
-use BookStack\Entities\Bookshelf;
-use BookStack\Entities\Page;
+use BookStack\Entities\Models\Bookshelf;
+use BookStack\Entities\Models\Page;
 use BookStack\Auth\User;
 use BookStack\Entities\Repos\PageRepo;
 use Symfony\Component\Console\Exception\RuntimeException;