set default country

This commit is contained in:
Dennis Eichhorn 2020-10-18 20:49:19 +02:00
parent b34595bfa5
commit c2f025e59d

View File

@ -14,6 +14,8 @@ declare(strict_types=1);
namespace phpOMS\Stdlib\Base;
use phpOMS\Localization\ISO3166TwoEnum;
/**
* Location class.
*
@ -54,7 +56,7 @@ class Location implements \JsonSerializable, \Serializable
* @var string
* @since 1.0.0
*/
protected string $country = '';
protected string $country = ISO3166TwoEnum::_USA;
/**
* Street & district.