Skip to content

Commit

Permalink
Removed unnecessary characters from comments #2
Browse files Browse the repository at this point in the history
  • Loading branch information
jignesh-baldha committed Aug 27, 2018
1 parent 230f43b commit 7e19f48
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ class Customer extends \Magento\ImportExport\Model\Export\Entity\AbstractEav
const XML_PATH_PAGE_SIZE = 'export/customer_page_size/customer';

/**
* @var array
*/
protected $_attributeOverrides = [
'created_at' => ['backend_type' => 'datetime'],
'reward_update_notification' => ['source_model' => \Magento\Eav\Model\Entity\Attribute\Source\Boolean::class],
Expand Down

0 comments on commit 7e19f48

Please sign in to comment.