| Current Path : /home/rtorresani/www/app/code/Amasty/ExportCore/Ui/DataProvider/Export/ |
| Current File : //home/rtorresani/www/app/code/Amasty/ExportCore/Ui/DataProvider/Export/CompositeFormType.php |
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/
namespace Amasty\ExportCore\Ui\DataProvider\Export;
class CompositeFormType
{
public const TYPE = 'basic';
}