| Current Path : /var/www/homesaver/www/bitrix/modules/catalog/lib/document/type/ |
| Current File : /var/www/homesaver/www/bitrix/modules/catalog/lib/document/type/storedocumentdeducttable.php |
<?php
namespace Bitrix\Catalog\Document\Type;
use Bitrix\Catalog\StoreDocumentTable;
class StoreDocumentDeductTable extends StoreDocumentSpecificTable
{
public static function getType(): string
{
return StoreDocumentTable::TYPE_DEDUCT;
}
}