mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-14 22:48:39 +00:00
unit test fixes
This commit is contained in:
parent
79310ee61a
commit
d2c281938a
|
|
@ -88,7 +88,7 @@
|
||||||
"gdpr": true
|
"gdpr": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"profile_contact_company_job": {
|
"profile_contact_job": {
|
||||||
"name": "profile_contact_job",
|
"name": "profile_contact_job",
|
||||||
"type": "VARCHAR(255)",
|
"type": "VARCHAR(255)",
|
||||||
"null": false,
|
"null": false,
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ use phpOMS\DataStorage\Database\DataMapperAbstract;
|
||||||
* @link https://orange-management.org
|
* @link https://orange-management.org
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class ContactElementMapper extends DataMapperAbstract
|
final class ContactMapper extends DataMapperAbstract
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Columns.
|
* Columns.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user