ez-pro/core/bitrix/modules/landing/lib/updateblock.php
2025-11-13 19:04:05 +03:00

11 lines
196 B
PHP

<?php
namespace Bitrix\Landing;
class UpdateBlock extends \Bitrix\Landing\Internals\BaseTable
{
/**
* Internal class.
* @var string
*/
public static $internalClass = 'UpdateBlockTable';
}