Have you tried passing the relationship name to morphTo
?
public function commentable()
{
return $this->morphTo('commentable');
}
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community