feat: adjust minor user entity

This commit is contained in:
akhdanre 2025-06-05 20:48:28 +07:00
parent 3cce4faadd
commit 17cee7b7d7
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class UserEntity {
'birth_date': birthDate,
'locale': locale,
'phone': phone,
"create_at": createdAt,
"created_at": createdAt,
};
}
}