]>
BookStack Code Mirror - bookstack/blobdiff - tests/Commands/CreateAdminCommandTest.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Altered ldap_connect usage, cleaned up LDAP classes
[bookstack]
/
tests
/
Commands
/
CreateAdminCommandTest.php
diff --git
a/tests/Commands/CreateAdminCommandTest.php
b/tests/Commands/CreateAdminCommandTest.php
index 1d8915b3a25d8dca103a9ee64f4b8eae317f6c82..95a39c497e487f99e572c321b57cc5b8e50d777f 100644
(file)
--- 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;