Replies: 1 comment 1 reply
-
Shouldn't that be configured in your model? public function product(): BelongsTo
{
return $this->belongsTo(Product::class, 'foreign_key', 'owner_key');
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Package
Form builder
Package Version
v3.3.5
How can we help you?
I have select component with relationship, how we can customizing option value of select component with relationship?
The default option value will be ID, but I want to change it to name / hashid / other.
Beta Was this translation helpful? Give feedback.
All reactions