Modules\Doptor\CompanyInfo\Models\Company::country PHP Méthode

country() public méthode

A company can belong to one country
public country ( )
    public function country()
    {
        return $this->belongsTo('Modules\\Doptor\\CompanyInfo\\Models\\Country');
    }