Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/pull/lib/push/service/
Upload File :
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;
	}

}