di.xml 1.2 KB

1234567891011121314151617181920212223242526
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
  9. <preference for="Magento\Customer\Model\Customer" type="Magento\Customer\Model\Backend\Customer" />
  10. <type name="Magento\Customer\Model\ResourceModel\Customer\Collection">
  11. <arguments>
  12. <argument name="modelName" xsi:type="string">Magento\Customer\Model\Backend\Customer</argument>
  13. </arguments>
  14. </type>
  15. <preference for="Magento\Framework\Session\SessionManagerInterface" type="Magento\Backend\Model\Session" />
  16. <type name="Magento\Ui\Model\Export\MetadataProvider">
  17. <arguments>
  18. <argument name="data" xsi:type="array">
  19. <item name="customer_listing" xsi:type="array">
  20. <item name="created_at" xsi:type="string">created_at</item>
  21. <item name="last_visit_at" xsi:type="string">last_visit_at</item>
  22. </item>
  23. </argument>
  24. </arguments>
  25. </type>
  26. </config>