1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 22:19:26 +00:00

Fixed bug where User class assumed that it was an Account

This commit is contained in:
2022-02-25 11:25:13 +00:00
parent 917ed26659
commit 72b7a6fdb4

View File

@@ -33,7 +33,7 @@ class User {
otherNames,
lastName,
password,
accountId as id
${type}Id as id
from ${type}
where
${type}Id = ?;