App\Models\Store\Address::country PHP Method

country() public method

public country ( )
    public function country()
    {
        return $this->belongsTo('App\\Models\\Country', 'country_code');
    }