-
Currently, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi! If I understand correctly you can make it like: BelongsTo::make(__('Player'), 'player', Player::class) BelongsTo::make(('Player'), 'player', Player::class) BelongsTo::make(('Player'), 'player', Player::class) Let me know if it helps. |
Beta Was this translation helpful? Give feedback.
-
@philipbaginski thank you :) I don't know how I missed it... it was right in front of my face... looks like
|
Beta Was this translation helpful? Give feedback.
@philipbaginski thank you :) I don't know how I missed it... it was right in front of my face... looks like
displayUsing
is proxy for thedisplay
and call back function receives the Nova$resource