]> BookStack Code Mirror - bookstack/blobdiff - tests/Auth/LdapTest.php
Played around with a new app structure
[bookstack] / tests / Auth / LdapTest.php
index cac2ea5e10f1f11a07fb764f7c1fc89be074319d..97a91aba78b4d0ecaa6c245873ada1eb1ae3fcfb 100644 (file)
@@ -2,10 +2,10 @@
 
 namespace Tests\Auth;
 
-use BookStack\Auth\Access\Ldap;
-use BookStack\Auth\Access\LdapService;
-use BookStack\Auth\Role;
-use BookStack\Auth\User;
+use BookStack\Access\Ldap;
+use BookStack\Access\LdapService;
+use BookStack\Users\Models\Role;
+use BookStack\Users\Models\User;
 use Illuminate\Testing\TestResponse;
 use Mockery\MockInterface;
 use Tests\TestCase;