]> BookStack Code Mirror - bookstack/blobdiff - app/Auth/UserRepo.php
Code cleanup, bug squashing
[bookstack] / app / Auth / UserRepo.php
index 5ae2ed2a278e90f7e1e976ab5859c94600ab5ad6..884f534631823826f00888e34df614e693f7e388 100644 (file)
@@ -1,10 +1,10 @@
 <?php namespace BookStack\Auth;
 
 use Activity;
-use BookStack\Entities\Book;
-use BookStack\Entities\Bookshelf;
-use BookStack\Entities\Chapter;
-use BookStack\Entities\Page;
+use BookStack\Entities\Models\Book;
+use BookStack\Entities\Models\Bookshelf;
+use BookStack\Entities\Models\Chapter;
+use BookStack\Entities\Models\Page;
 use BookStack\Exceptions\NotFoundException;
 use BookStack\Exceptions\UserUpdateException;
 use BookStack\Uploads\Image;