App\Models\Store\Address::country PHP Méthode

country() public méthode

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