This commit is contained in:
ruidajo 2022-06-15 18:46:53 -05:00
commit 6548c70291
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
accessing
reStoreDefinition
^ super reStoreDefinition
defineAsID: #id;
"defineAsID: #id;"
define: #id as: String;
define: #userName as: String;
define: #profileImageUrl as: String;
define: #profileBio as: String;