]> BookStack Code Mirror - bookstack/blobdiff - tests/Permissions/EntityOwnerChangeTest.php
respective book and chapter structure added.
[bookstack] / tests / Permissions / EntityOwnerChangeTest.php
index e94759760ce90fd7306314e3fffcb5a8c2996300..f002549220b58558b14b1bfcf0db0f11bc6c22a0 100644 (file)
@@ -2,7 +2,7 @@
 
 namespace Tests\Permissions;
 
-use BookStack\Auth\User;
+use BookStack\Users\Models\User;
 use Tests\TestCase;
 
 class EntityOwnerChangeTest extends TestCase