1
0
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:
Kovah 2022-09-29 10:45:27 +02:00
parent c986d4827f
commit 5388ad5dc5
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B
21 changed files with 604 additions and 675 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff