<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <!-- Created common provider where we can call all module's header without keeping any dependancy if module exist or not -->
    <type name="Brushyourideas\IntegrationSync\Model\CompositeHeaderProvider">
        <arguments>
            <argument name="configProviders" xsi:type="array">
                <item name="prestashop" xsi:type="object">Brushyourideas\PrestashopIntegration\Model\HeaderProvider</item>
            </argument>
        </arguments>
    </type>
</config>