mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-02 21:59:06 +08:00
Update UserRepo.php
This commit is contained in:
parent
b224a2c8a0
commit
572e75b783
@ -76,7 +76,7 @@ class UserRepo
|
|||||||
return $query->paginate($count);
|
return $query->paginate($count);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a new user and attaches a role to them.
|
* Creates a new user and attaches a role to them.
|
||||||
* @param array $data
|
* @param array $data
|
||||||
* @param boolean autoVerifyEmail
|
* @param boolean autoVerifyEmail
|
||||||
@ -261,4 +261,4 @@ class UserRepo
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user