App\Ninja\Presenters\VendorPresenter::country PHP Method

country() public method

public country ( ) : string
return string
    public function country()
    {
        return $this->entity->country ? $this->entity->country->name : '';
    }
VendorPresenter