hasOne(Country::class, 'country_id', 'id'); } public function owner(): morphTo { return $this->morphTo(); } }