| Current Path : /var/www/homesaver/www/bitrix/modules/sale/lib/exchange/integration/rest/cmd/ |
| Current File : /var/www/homesaver/www/bitrix/modules/sale/lib/exchange/integration/rest/cmd/cmddealadd.php |
<?php
namespace Bitrix\Sale\Exchange\Integration\Rest\Cmd;
class CmdDealAdd extends CmdBase
{
protected function getCmdName()
{
return Registry::getRegistry()[Registry::CRM_DEAL_ADD_NAME];
}
}