1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
googleinteractive.php
См. документацию.
1<?php
2
3namespace Bitrix\Pull\Push\Service;
4
6{
7 function __construct()
8 {
9 parent::__construct();
10 $this->allowEmptyMessage = true;
11 }
12
13}