Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/catalog/lib/document/type/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/catalog/lib/document/type/storedocumentundoreservetable.php

<?php

namespace Bitrix\Catalog\Document\Type;

use Bitrix\Catalog\StoreDocumentTable;

class StoreDocumentUndoReserveTable extends StoreDocumentSpecificTable
{
	public static function getType(): string
	{
		return StoreDocumentTable::TYPE_UNDO_RESERVE;
	}
}