| Current Path : /var/www/homesaver/www/bitrix/modules/pull/lib/push/service/ |
| Current File : /var/www/homesaver/www/bitrix/modules/pull/lib/push/service/googleinteractive.php |
<?php
namespace Bitrix\Pull\Push\Service;
class GoogleInteractive extends Google
{
function __construct()
{
parent::__construct();
$this->allowEmptyMessage = true;
}
}