| Current Path : /var/www/homesaver/www/bitrix/modules/catalog/lib/document/type/ |
| 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;
}
}