mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-09 05:38:39 +00:00
set default country
This commit is contained in:
parent
b34595bfa5
commit
c2f025e59d
|
|
@ -14,6 +14,8 @@ declare(strict_types=1);
|
||||||
|
|
||||||
namespace phpOMS\Stdlib\Base;
|
namespace phpOMS\Stdlib\Base;
|
||||||
|
|
||||||
|
use phpOMS\Localization\ISO3166TwoEnum;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Location class.
|
* Location class.
|
||||||
*
|
*
|
||||||
|
|
@ -54,7 +56,7 @@ class Location implements \JsonSerializable, \Serializable
|
||||||
* @var string
|
* @var string
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected string $country = '';
|
protected string $country = ISO3166TwoEnum::_USA;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Street & district.
|
* Street & district.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user