multiple attributes for one property #538
Replies: 1 comment 4 replies
-
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
if i use multiple attributes it breaks my code ... I want the string $email to be validated against the email rules and also want to expose my field in the api with another output name. If I apply only one of the rules it works as expected but the combination breaks my tests. If i combine them my validation works, but the result in the database for my creation tests email address is null
test
method
result in database
Beta Was this translation helpful? Give feedback.
All reactions