Skip to content

Commit a3da93d

Browse files
author
Vitaliy
authored
Update Magento Entity Data Mapper.php.ft
1 parent b4e8fdb commit a3da93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/fileTemplates/internal/Magento Entity Data Mapper.php.ft

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class ${CLASS_NAME}
4444
$entityDto->addData($item->getData());
4545

4646
#set($brackets = "[]")
47-
$results$brackets = $entityDto;
47+
$results$brackets = $entityDto;
4848
}
4949

5050
return $results;

0 commit comments

Comments
 (0)