belongsTo('App\User')->select(['id','name']); } public function commentable() { return $this->morphTo(); } }