]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/EntityTest.php
Fixes "bookshelf" pt_BR translation in "activities"
[bookstack] / tests / Entity / EntityTest.php
index f8ca8ea1217d0726b1c33f4078e73a2f667001a2..90082deaf58ea19eb67eba2a1be6cdaefceb6243 100644 (file)
@@ -1,10 +1,10 @@
 <?php namespace Tests;
 
 <?php namespace Tests;
 
-use BookStack\Book;
-use BookStack\Chapter;
-use BookStack\Page;
-use BookStack\Repos\EntityRepo;
-use BookStack\Repos\UserRepo;
+use BookStack\Entities\Book;
+use BookStack\Entities\Chapter;
+use BookStack\Entities\Page;
+use BookStack\Entities\EntityRepo;
+use BookStack\Auth\UserRepo;
 use Carbon\Carbon;
 
 class EntityTest extends BrowserKitTest
 use Carbon\Carbon;
 
 class EntityTest extends BrowserKitTest