belongsTo(Author::class); } function comments() { return $this->morphMany(Comment::class, "commentable"); } }