]> BookStack Code Mirror - bookstack/blobdiff - tests/Auth/RegistrationTest.php
Played around with a new app structure
[bookstack] / tests / Auth / RegistrationTest.php
index 5c3aab6a8ba2cdb0e7a9a33f09a18f4118043f24..bc190afd81f6a6dbfb2b50af92ef5b599c1feecc 100644 (file)
@@ -2,9 +2,9 @@
 
 namespace Tests\Auth;
 
-use BookStack\Auth\Role;
-use BookStack\Auth\User;
 use BookStack\Notifications\ConfirmEmail;
+use BookStack\Users\Models\Role;
+use BookStack\Users\Models\User;
 use Illuminate\Support\Facades\DB;
 use Illuminate\Support\Facades\Notification;
 use Tests\TestCase;