Can we safely change name/email attributes on the shop model? #25
Unanswered
frankiejarrett
asked this question in
Q&A
Replies: 1 comment
-
The name on the user model is the The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to make the attributes on my
User
shop model reflect what is actually from the shop.By default,
$user->name
is alwaysshop-domain.com
and$user->email
is always[email protected]
.Is it safe to update these attributes without affecting any package functionality?
Basic concept
Beta Was this translation helpful? Give feedback.
All reactions