You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Relation column does not properly display the value of fields on
*-to-one related models. When `collect()` receives an individual object
(such as an Eloquent model) it will convert it to an array. However, when
`Collection::wrap()` receives an individual object it wraps it in a `Collection`.
0 commit comments