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

countryName() public method

public countryName ( )
    public function countryName()
    {
        if ($this->country !== null) {
            return $this->country->name;
        }
    }