X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/c724bfe4d37037e90a305b5ff9410070ccf90bb9..refs/pull/4467/head:/tests/Auth/ResetPasswordTest.php diff --git a/tests/Auth/ResetPasswordTest.php b/tests/Auth/ResetPasswordTest.php index 72e26f10c..b97a2f2d3 100644 --- a/tests/Auth/ResetPasswordTest.php +++ b/tests/Auth/ResetPasswordTest.php @@ -2,8 +2,8 @@ namespace Tests\Auth; -use BookStack\Auth\User; use BookStack\Notifications\ResetPassword; +use BookStack\Users\Models\User; use Illuminate\Support\Facades\Notification; use Tests\TestCase;