]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/BookShelfTest.php
Docker: Fix PHP tests
[bookstack] / tests / Entity / BookShelfTest.php
index c1748281e7755b7f5568ecf4c3f19418cd4b0a4e..9b3290370c197a14bd1d558a9728e1c96cae89e6 100644 (file)
@@ -1,8 +1,8 @@
 <?php namespace Tests\Entity;
 
 use BookStack\Auth\User;
-use BookStack\Entities\Book;
-use BookStack\Entities\Bookshelf;
+use BookStack\Entities\Models\Book;
+use BookStack\Entities\Models\Bookshelf;
 use BookStack\Uploads\Image;
 use Illuminate\Support\Str;
 use Tests\TestCase;