-
-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add trait with multi-column support with tests #65
Conversation
Hi All. Can you review my PR please |
Could you add tests that prove that this works + update the readme with an example on how to use this? |
src/SchemalessAttributesTrait.php
Outdated
trait SchemalessAttributesTrait | ||
{ | ||
/** | ||
* Register schemalessAttributes attributes as array(cast). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this comment
Hi @freekmurze I fixed unit tests, and make your suggested changes. Can you check please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One more change needed to simplify things
Thanks! |
No description provided.