]> BookStack Code Mirror - bookstack/blobdiff - tests/Helpers/EntityProvider.php
Played around with a new app structure
[bookstack] / tests / Helpers / EntityProvider.php
index 8b045db54a2f13eaf312e01e8074788bc41dfae8..ddc854290b17c5a1384561aaf96ed0ccddefe347 100644 (file)
@@ -2,7 +2,6 @@
 
 namespace Tests\Helpers;
 
-use BookStack\Auth\User;
 use BookStack\Entities\Models\Book;
 use BookStack\Entities\Models\Bookshelf;
 use BookStack\Entities\Models\Chapter;
@@ -12,6 +11,7 @@ use BookStack\Entities\Repos\BookRepo;
 use BookStack\Entities\Repos\BookshelfRepo;
 use BookStack\Entities\Repos\ChapterRepo;
 use BookStack\Entities\Repos\PageRepo;
+use BookStack\Users\Models\User;
 use Illuminate\Database\Eloquent\Builder;
 
 /**