Your IP : 3.22.248.81


Current Path : /var/www/www-root/data/www/monolith-realty.ru/bitrix/modules/main/lib/
Upload File :
Current File : /var/www/www-root/data/www/monolith-realty.ru/bitrix/modules/main/lib/dispatcher.php

<?php

namespace Bitrix\Main;

/**
 * @deprecated Use \Bitrix\Main\License
 */
final class Dispatcher
{
	public function initialize()
	{
	}

	public function getLicenseKey()
	{
		return Application::getInstance()->getLicense()->getKey();
	}
}