]> BookStack Code Mirror - bookstack/blobdiff - tests/Auth/GroupSyncServiceTest.php
Played around with a new app structure
[bookstack] / tests / Auth / GroupSyncServiceTest.php
index dbf4110d8719ce918b4a2f7cb049dfe8ffe8ab8b..fee2ae40686d9763b91a80974544ba251b6f8bdd 100644 (file)
@@ -2,9 +2,9 @@
 
 namespace Tests\Auth;
 
-use BookStack\Auth\Access\GroupSyncService;
-use BookStack\Auth\Role;
-use BookStack\Auth\User;
+use BookStack\Access\GroupSyncService;
+use BookStack\Users\Models\Role;
+use BookStack\Users\Models\User;
 use Tests\TestCase;
 
 class GroupSyncServiceTest extends TestCase