mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-01-31 02:08:40 +00:00
Fix mappers
This commit is contained in:
parent
a507b208ea
commit
87c943bfaf
|
|
@ -38,7 +38,7 @@ class InterfaceManagerMapper extends DataMapperAbstract
|
|||
*/
|
||||
protected static $columns = [
|
||||
'exchange_id' => ['name' => 'exchange_id', 'type' => 'int', 'internal' => 'id'],
|
||||
'exchange_title' => ['name' => 'exchange_title', 'type' => 'string', 'internal' => 'info/title'],
|
||||
'exchange_title' => ['name' => 'exchange_title', 'type' => 'string', 'internal' => 'info/name'],
|
||||
'exchange_path' => ['name' => 'exchange_path', 'type' => 'string', 'internal' => 'info/path'],
|
||||
'exchange_version' => ['name' => 'exchange_version', 'type' => 'string', 'internal' => 'info/version'],
|
||||
'exchange_export' => ['name' => 'exchange_export', 'type' => 'bool', 'internal' => 'info/export'],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user