mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-01-17 05:08:21 +01:00
Fix minor issues after merging dev into dev-v2
This commit is contained in:
parent
c986d4827f
commit
5388ad5dc5
@ -15,7 +15,7 @@ class ListUsersCommand extends Command
|
||||
{
|
||||
$this->info('Searching for all registered users...');
|
||||
|
||||
$users = User::query()->get(['id', 'name', 'email']);
|
||||
$users = User::query()->notSystem()->get(['id', 'name', 'email']);
|
||||
|
||||
if ($users->isEmpty()) {
|
||||
$this->info('No users found.');
|
||||
|
1277
composer.lock
generated
1277
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user