optimize localization

This commit is contained in:
Dennis Eichhorn 2020-02-03 20:30:49 +01:00
parent a74a7a9aa5
commit 703c2eb296
3 changed files with 1 additions and 2 deletions

View File

@ -38,7 +38,6 @@ class CountryMapper extends DataMapperAbstract
'country_code2' => ['name' => 'country_code2', 'type' => 'string', 'internal' => 'code2'],
'country_code3' => ['name' => 'country_code3', 'type' => 'string', 'internal' => 'code3'],
'country_numeric' => ['name' => 'country_numeric', 'type' => 'int', 'internal' => 'numeric'],
'country_subdevision' => ['name' => 'country_subdevision', 'type' => 'string', 'internal' => 'subdevision'],
];
/**

View File

@ -24,7 +24,7 @@ use phpOMS\DataStorage\Database\DataMapperAbstract;
* @link https://orange-management.org
* @since 1.0.0
*/
class CurrencyMapper extends DataMapperAbstract
final class CurrencyMapper extends DataMapperAbstract
{
/**
* Columns.