Replies: 2 comments
-
I have same issue... |
Beta Was this translation helpful? Give feedback.
0 replies
-
Same here, have you find a way to do it? |
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.
-
Hi!
When using eloquent's query builder I often rely on the default select value.
However, sometimes I need to append an extra column so I use addSelect (usually hidden in a scope on the model). This results in the default select being overruled by the addSelect column.
It would be nice if addSelect doesn't overrule the default select value. Also, I think it's safer to default to the models table.
In summary:
Beta Was this translation helpful? Give feedback.
All reactions