]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/EntityTest.php
Code cleanup, bug squashing
[bookstack] / tests / Entity / EntityTest.php
index 4aad6622ff3e374633e0491e017ac1af01fab25f..3a363e2b87bfeaaa7424946f49acff2556554c7d 100644 (file)
@@ -1,9 +1,9 @@
 <?php namespace Tests\Entity;
 
-use BookStack\Entities\Bookshelf;
-use BookStack\Entities\Book;
-use BookStack\Entities\Chapter;
-use BookStack\Entities\Page;
+use BookStack\Entities\Models\Bookshelf;
+use BookStack\Entities\Models\Book;
+use BookStack\Entities\Models\Chapter;
+use BookStack\Entities\Models\Page;
 use BookStack\Auth\UserRepo;
 use BookStack\Entities\Repos\PageRepo;
 use Carbon\Carbon;