Skip to content

Commit

Permalink
Fix ambiguous modified field
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelfolaron committed Jul 24, 2024
1 parent 375d700 commit b300219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Domain/Users/Repositories/Users.php
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ public function getAll($activeOnly = false): array
jobTitle,
jobLevel,
department,
modified
zp_user.modified
FROM `zp_user`
LEFT JOIN zp_clients ON zp_clients.id = zp_user.clientId
WHERE !(source <=> 'api')";
Expand Down

0 comments on commit b300219

Please sign in to comment.