<?xml version="1.0"?>

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <!--<preference for="Lof\RequestForQuote\Model\Checkout\Session" type="BG\DesignHuddle\Model\Checkout\Session" />-->
    <type name="Magento\Checkout\Model\Session">
        <plugin name="designhuddle_update_custom_table" type="BG\DesignHuddle\Plugin\UpdateDesignHuddleQuotePlugin" sortOrder="10"/>
    </type>
</config>