X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/712ccd23c4738e6a59a10f31ff654743fbc61879..refs/pull/2393/head:/tests/CommandsTest.php diff --git a/tests/CommandsTest.php b/tests/CommandsTest.php index ca90bf055..8c6ea84bf 100644 --- a/tests/CommandsTest.php +++ b/tests/CommandsTest.php @@ -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;