F
Filament7mo ago
Groli

Why can't I attach record to HasMany - BelongsTo relationship through relation manager?

I wanted to attach person to room through relation manager but got this error when trying to do so: Call to undefined method Illuminate\Database\Eloquent\Relations\HasMany::getQualifiedRelatedKeyName(). Thanks for any help!
Solution:
HasMany is Associate not Attach
Jump to solution
3 Replies

Did you find this page helpful?