mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-23 14:11:37 +08:00
Addressed test failures from users API changes
This commit is contained in:
@ -192,7 +192,7 @@ class UserRepo
|
||||
*/
|
||||
public function create(array $data, bool $sendInvite = false): User
|
||||
{
|
||||
$user = $this->createWithoutActivity($data, false);
|
||||
$user = $this->createWithoutActivity($data, true);
|
||||
|
||||
if ($sendInvite) {
|
||||
$this->inviteService->sendInvitation($user);
|
||||
|
Reference in New Issue
Block a user