Skip to content
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

Simplify Entity fill #260

Merged
merged 1 commit into from
Mar 21, 2018
Merged

Simplify Entity fill #260

merged 1 commit into from
Mar 21, 2018

Conversation

cappuc
Copy link
Contributor

@cappuc cappuc commented Mar 15, 2018

There is a bug on line 135 because the set mutator doesn't have to return the assigned value so the attribute will be set to null instead of the correct value.
However all the logic of the fill method can be removed simply assinging the value to the key and let the _set magic method do the work

@RemiCollin RemiCollin merged commit 34ddeae into analogueorm:5.6 Mar 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants