mirror of
https://github.com/Karaka-Management/oms-Script.git
synced 2026-02-12 19:28:39 +00:00
fix mapper formats
This commit is contained in:
parent
0f59f5eb89
commit
89e6161e0f
|
|
@ -46,10 +46,8 @@ final class TemplateMapper extends DataMapperAbstract
|
||||||
'helper_template_desc' => ['name' => 'helper_template_desc', 'type' => 'string', 'internal' => 'description'],
|
'helper_template_desc' => ['name' => 'helper_template_desc', 'type' => 'string', 'internal' => 'description'],
|
||||||
'helper_template_desc_raw' => ['name' => 'helper_template_desc_raw', 'type' => 'string', 'internal' => 'descriptionRaw'],
|
'helper_template_desc_raw' => ['name' => 'helper_template_desc_raw', 'type' => 'string', 'internal' => 'descriptionRaw'],
|
||||||
'helper_template_media' => ['name' => 'helper_template_media', 'type' => 'int', 'internal' => 'source'],
|
'helper_template_media' => ['name' => 'helper_template_media', 'type' => 'int', 'internal' => 'source'],
|
||||||
'helper_template_creator' => ['name' => 'helper_template_creator', 'type' => 'int',
|
'helper_template_creator' => ['name' => 'helper_template_creator', 'type' => 'int', 'internal' => 'createdBy', ],
|
||||||
'internal' => 'createdBy', ],
|
'helper_template_created' => ['name' => 'helper_template_created', 'type' => 'DateTime', 'internal' => 'createdAt', ],
|
||||||
'helper_template_created' => ['name' => 'helper_template_created', 'type' => 'DateTime',
|
|
||||||
'internal' => 'createdAt', ],
|
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user