%PDF- %PDF-
| Direktori : /proc/self/root/proc/10577/cwd/home/bitrix/www/bitrix/modules/im/lib/bot/ |
| Current File : //proc/self/root/proc/10577/cwd/home/bitrix/www/bitrix/modules/im/lib/bot/slash.php |
<?php
/**
* Bitrix Framework
* @package bitrix
* @subpackage bitrix24
* @copyright 2001-2016 Bitrix
*/
namespace Bitrix\Im\Bot;
class Slash
{
public static function register()
{
return false;
}
public static function unRegister()
{
return false;
}
}