| Current Path : /var/www/homesaver/www/bitrix/modules/sender/lib/integration/yandex/master/ |
| Current File : /var/www/homesaver/www/bitrix/modules/sender/lib/integration/yandex/master/config.php |
<?php
namespace Bitrix\Sender\Integration\Yandex\Master;
use Bitrix\Main\Config\Configuration;
class Config
{
public function getPartnerId(): ?int
{
return Configuration::getInstance('sender')->get('yandex.integration.widget')['partnerId'] ?? null;
}
}