| Current Path : /var/www/homesaver/www/bitrix/modules/pull/lib/ |
| Current File : /var/www/homesaver/www/bitrix/modules/pull/lib/servermode.php |
<?php
namespace Bitrix\Pull;
class ServerMode
{
const Shared = 'shared';
const Personal = 'personal';
}