mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-22 07:40:58 +00:00
parent
ec775aec02
commit
00b5dd7852
4 changed files with 27 additions and 2 deletions
app/Users/Controllers
|
@ -73,7 +73,7 @@ class UserApiController extends ApiController
|
|||
*/
|
||||
public function list()
|
||||
{
|
||||
$users = User::query()->select(['*'])
|
||||
$users = User::query()->select(['users.*'])
|
||||
->scopes('withLastActivityAt')
|
||||
->with(['avatar']);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue