unit test fixes

This commit is contained in:
Dennis Eichhorn 2020-10-22 21:06:59 +02:00
parent 79310ee61a
commit d2c281938a
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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.