]> BookStack Code Mirror - bookstack/blobdiff - tests/Auth/ResetPasswordTest.php
Played around with a new app structure
[bookstack] / tests / Auth / ResetPasswordTest.php
index 72e26f10ceb54269b53fb3b2ff410fb29be1bc4e..b97a2f2d380fb3b1b72eb69dbaa76b6f3767d621 100644 (file)
@@ -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;