X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/573bc3ec45dcfa754be5768ca62deffac421f635..295cd0160525125bbd7756d7ad07392ae7201cb8:/tests/Auth/GroupSyncServiceTest.php diff --git a/tests/Auth/GroupSyncServiceTest.php b/tests/Auth/GroupSyncServiceTest.php index dbf4110d8..fee2ae406 100644 --- a/tests/Auth/GroupSyncServiceTest.php +++ b/tests/Auth/GroupSyncServiceTest.php @@ -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