twill
twill copied to clipboard
Fix #2674
In the case of one to one getRelation returns a model and the pluck call invokes a query instead of invoking pluck on the collection
So instead wrap it to make sure we always get a collection
Fixes #2674