belongsTo(User::class); } public function commentable() { return $this->morphTo(); } }