Skip to content

Commit

Permalink
Fix for communication.xml Handlers merging processs
Browse files Browse the repository at this point in the history
  • Loading branch information
matiashidalgo committed Jun 29, 2020
1 parent ba25897 commit fb9f52d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ class XmlReader extends \Magento\Framework\Config\Reader\Filesystem
* @var array
*/
protected $_idAttributes = [
'/config/topic' => 'name'
'/config/topic' => 'name',
'/config/topic/handler' => 'name'
];

/**
Expand Down

0 comments on commit fb9f52d

Please sign in to comment.