Call to undefined method Illuminate\Database\Eloquent\Relations\BelongsTo::save()
Hi! Hoping for some guidance.
I can edit a form field and it will save no problem, but creating a new entry throws this error:
Call to undefined method Illuminate\Database\Eloquent\Relations\BelongsTo::save()
Entry:
Model:
Thank you.2 Replies
Why is it a TextInput and not a Select with
relationship()
?I was using textinput just to test..
Thank you for the response Dennis π