]> BookStack Code Mirror - bookstack/blobdiff - tests/User/UserProfileTest.php
Code cleanup, bug squashing
[bookstack] / tests / User / UserProfileTest.php
index f0c36454eb4b9b6e704e5c40a465178d70be69d3..27d97381e54393a8f469fcce6f47038cd3690dae 100644 (file)
@@ -3,7 +3,7 @@
 use Activity;
 use BookStack\Actions\ActivityType;
 use BookStack\Auth\User;
-use BookStack\Entities\Bookshelf;
+use BookStack\Entities\Models\Bookshelf;
 use Tests\BrowserKitTest;
 
 class UserProfileTest extends BrowserKitTest