Modules\Doptor\CompanyInfo\Models\Company::country PHP Method

country() public method

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