Skip to content

Commit efe8a56

Browse files
committed
MAGETWO-50289: Merge branch 'patch-1' of github.com:liolemaire/magento2 into github_pr
2 parents e7ab10a + 228dc00 commit efe8a56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Eav/Model/Entity/Setup/PropertyMapper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class PropertyMapper extends PropertyMapperAbstract
2222
public function map(array $input, $entityTypeId)
2323
{
2424
return [
25+
'attribute_model' => $this->_getValue($input, 'attribute_model'),
2526
'backend_model' => $this->_getValue($input, 'backend'),
2627
'backend_type' => $this->_getValue($input, 'type', 'varchar'),
2728
'backend_table' => $this->_getValue($input, 'table'),

0 commit comments

Comments
 (0)