mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-06 16:28:41 +00:00
optimize localization
This commit is contained in:
parent
ae72dad5a4
commit
9bdc709f5d
|
|
@ -26,4 +26,23 @@ use phpOMS\Localization\Localization as FrameworkLocalization;
|
|||
*/
|
||||
class Localization extends FrameworkLocalization
|
||||
{
|
||||
/**
|
||||
* Country id.
|
||||
*
|
||||
* @var int
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private $id = 0;
|
||||
|
||||
/**
|
||||
* Get id
|
||||
*
|
||||
* @return int
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function getId() : int
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user