]> BookStack Code Mirror - bookstack/blobdiff - tests/Commands/CreateAdminCommandTest.php
Opensearch: Fixed XML declaration when php short tags enabled
[bookstack] / tests / Commands / CreateAdminCommandTest.php
index 1d8915b3a25d8dca103a9ee64f4b8eae317f6c82..95a39c497e487f99e572c321b57cc5b8e50d777f 100644 (file)
@@ -2,7 +2,7 @@
 
 namespace Tests\Commands;
 
-use BookStack\Auth\User;
+use BookStack\Users\Models\User;
 use Illuminate\Support\Facades\Auth;
 use Tests\TestCase;