morphOne(Feed::class, 'feedable'); } public function complaints() { return $this->morphMany(Complaint::class, 'complaintable'); } public function user() { return $this->belongsTo(User::class); } }