| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/modules/location/lib/source/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/modules/location/lib/source/iconfigfactory.php |
<?php
namespace Bitrix\Location\Source;
use Bitrix\Location\Entity\Source\Config;
interface IConfigFactory
{
public function createConfig(): Config;
}