morphTo('user')->select(['id', 'name']); } public function source() { return $this->morphTo('source'); } }