]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/BookShelfTest.php
Played around with a new app structure
[bookstack] / tests / Entity / BookShelfTest.php
index 2e7d41d643aaf4fa0ff33a96547e6a200870d523..a10a56e9ef338355a8434069e48705fb2e256453 100644 (file)
@@ -2,10 +2,10 @@
 
 namespace Tests\Entity;
 
-use BookStack\Auth\User;
 use BookStack\Entities\Models\Book;
 use BookStack\Entities\Models\Bookshelf;
 use BookStack\Uploads\Image;
+use BookStack\Users\Models\User;
 use Illuminate\Support\Str;
 use Tests\TestCase;