]> BookStack Code Mirror - bookstack/blobdiff - tests/Commands/ResetMfaCommandTest.php
Played around with a new app structure
[bookstack] / tests / Commands / ResetMfaCommandTest.php
index e65a048ef92887c500a9c8be7149cbb8036b9ccb..85f8f6430a769e77ee9e18ef5ac009526e6ca3d0 100644 (file)
@@ -2,8 +2,8 @@
 
 namespace Tests\Commands;
 
-use BookStack\Auth\Access\Mfa\MfaValue;
-use BookStack\Auth\User;
+use BookStack\Access\Mfa\MfaValue;
+use BookStack\Users\Models\User;
 use Tests\TestCase;
 
 class ResetMfaCommandTest extends TestCase