develop #1

Merged
akhdanre merged 104 commits from develop into main 2025-07-10 12:38:53 +07:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 17cee7b7d7 - Show all commits

View File

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