X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/9d15688a438e315721565bbf137de81ab23f8794..refs/heads/development:/tests/Commands/CreateAdminCommandTest.php diff --git a/tests/Commands/CreateAdminCommandTest.php b/tests/Commands/CreateAdminCommandTest.php index 1d8915b3a..95a39c497 100644 --- a/tests/Commands/CreateAdminCommandTest.php +++ b/tests/Commands/CreateAdminCommandTest.php @@ -2,7 +2,7 @@ namespace Tests\Commands; -use BookStack\Auth\User; +use BookStack\Users\Models\User; use Illuminate\Support\Facades\Auth; use Tests\TestCase;