hasOne(Company::class); } /** * @return belongsTo **/ public function country(): belongsTo { return $this->belongsTo(Country::class); } }