]> BookStack Code Mirror - bookstack/blobdiff - tests/Auth/Saml2Test.php
Played around with a new app structure
[bookstack] / tests / Auth / Saml2Test.php
index 1a3e4abbec35000112322c154642752ec103d5f8..801682a003c2a80722efc33d39485a34ca925b23 100644 (file)
@@ -2,8 +2,8 @@
 
 namespace Tests\Auth;
 
-use BookStack\Auth\Role;
-use BookStack\Auth\User;
+use BookStack\Users\Models\Role;
+use BookStack\Users\Models\User;
 use Tests\TestCase;
 
 class Saml2Test extends TestCase