mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-17 07:48:41 +00:00
style fixes and time recording app draft
This commit is contained in:
parent
31533a8d80
commit
43d99f0608
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* PHP Version 7.4
|
* PHP Version 7.4
|
||||||
*
|
*
|
||||||
* @package Modules\Profile
|
* @package Modules\Profile\Models
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
|
|
@ -19,7 +19,7 @@ use phpOMS\DataStorage\Database\DataMapperAbstract;
|
||||||
/**
|
/**
|
||||||
* Address mapper.
|
* Address mapper.
|
||||||
*
|
*
|
||||||
* @package Modules\Profile
|
* @package Modules\Profile\Models
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://orange-management.org
|
* @link https://orange-management.org
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* PHP Version 7.4
|
* PHP Version 7.4
|
||||||
*
|
*
|
||||||
* @package Modules\Profile
|
* @package Modules\Profile\Models
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
|
|
@ -19,7 +19,7 @@ use phpOMS\DataStorage\Database\DataMapperAbstract;
|
||||||
/**
|
/**
|
||||||
* Contact mapper class.
|
* Contact mapper class.
|
||||||
*
|
*
|
||||||
* @package Modules\Profile
|
* @package Modules\Profile\Models
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://orange-management.org
|
* @link https://orange-management.org
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
|
|
|
||||||
|
|
@ -50,10 +50,10 @@ class Profile implements \JsonSerializable
|
||||||
/**
|
/**
|
||||||
* Birthday.
|
* Birthday.
|
||||||
*
|
*
|
||||||
* @var null|\DateTime
|
* @var \DateTime
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private ?\DateTime $birthday = null;
|
private \DateTime $birthday;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Account.
|
* Account.
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\DataMapperAbstract;
|
||||||
/**
|
/**
|
||||||
* Profile mapper.
|
* Profile mapper.
|
||||||
*
|
*
|
||||||
* @package Modules\Profile
|
* @package Modules\Profile\Models
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://orange-management.org
|
* @link https://orange-management.org
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
|
|
|
||||||
|
|
@ -14,10 +14,12 @@ return ['Profile' => [
|
||||||
'Account' => 'Account',
|
'Account' => 'Account',
|
||||||
'Account/Group' => 'Account/Group',
|
'Account/Group' => 'Account/Group',
|
||||||
'Activity' => 'Activity',
|
'Activity' => 'Activity',
|
||||||
|
'Address' => 'Address',
|
||||||
'Area' => 'Area',
|
'Area' => 'Area',
|
||||||
'Birthday' => 'Birthday',
|
'Birthday' => 'Birthday',
|
||||||
'ContactInformation' => 'Contact Information',
|
'ContactInformation' => 'Contact Information',
|
||||||
'Community' => 'Community',
|
'Community' => 'Community',
|
||||||
|
'City' => 'City',
|
||||||
'Country' => 'Country',
|
'Country' => 'Country',
|
||||||
'CreateProfile' => 'Create Profile',
|
'CreateProfile' => 'Create Profile',
|
||||||
'Currency' => 'Currency',
|
'Currency' => 'Currency',
|
||||||
|
|
@ -72,4 +74,5 @@ return ['Profile' => [
|
||||||
'VerySmall' => 'Very Small',
|
'VerySmall' => 'Very Small',
|
||||||
'Volume' => 'Volume',
|
'Volume' => 'Volume',
|
||||||
'Weight' => 'Weight',
|
'Weight' => 'Weight',
|
||||||
|
'Zip' => 'Zip',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user