<?xml version="1.0"?>
<!--
/**
 * KiwiCommerce
 *
 * Do not edit or add to this file if you wish to upgrade to newer versions in the future.
 * If you wish to customize this module for your needs.
 * Please contact us https://kiwicommerce.co.uk/contacts.
 *
 * @category   KiwiCommerce
 * @package    KiwiCommerce_AdminActivity
 * @copyright  Copyright (C) 2018 Kiwi Commerce Ltd (https://kiwicommerce.co.uk/)
 * @license    https://kiwicommerce.co.uk/magento2-extension-license/
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <type name="Magento\Framework\App\Action\AbstractAction">
        <plugin name="app_action" type="KiwiCommerce\AdminActivity\Plugin\App\Action" sortOrder="1"/>
    </type>
    <type name="Magento\User\Model\ResourceModel\User">
        <plugin name="app_action" type="KiwiCommerce\AdminActivity\Plugin\User\Delete" sortOrder="1"/>
    </type>
    <type name="Magento\Backend\Model\Auth">
        <plugin name="logout_auth" type="KiwiCommerce\AdminActivity\Plugin\Auth" sortOrder="1" />
    </type>
</config>