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
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
-
I have order request and controller for store Order:
Where keys 82 and 99 is IDs of my Product model. Ther values is quantity.
Also i have
OrderData
class:All works fine, but i want to create
OrderDataProduct
class, which contains Product model. And inject intoOrderData
class something like this:Please tell me how can I do this correctly so that everything is typed?
Beta Was this translation helpful? Give feedback.
All reactions