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