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
When setting the 'wrap' config it wraps all data objects, including the inner objects or Collections/arrays (like with belongsTo or hasMany relation types).
I would like to not have to write return ...->wrap('data'); in every controller method. That's prone to human error.
I would like to be able to define the wrap once in the config file without it wrapping all inner data as well.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
When setting the 'wrap' config it wraps all data objects, including the inner objects or Collections/arrays (like with belongsTo or hasMany relation types).
I would like to not have to write
return ...->wrap('data');in every controller method. That's prone to human error.I would like to be able to define the wrap once in the config file without it wrapping all inner data as well.
Beta Was this translation helpful? Give feedback.
All reactions