X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/64785ed9da0d3bac61e4b3976da2e47a804335ec..refs/pull/4467/head:/tests/Commands/ResetMfaCommandTest.php diff --git a/tests/Commands/ResetMfaCommandTest.php b/tests/Commands/ResetMfaCommandTest.php index e65a048ef..85f8f6430 100644 --- a/tests/Commands/ResetMfaCommandTest.php +++ b/tests/Commands/ResetMfaCommandTest.php @@ -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