1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
storeadjustmentdocumentsettings.php
См. документацию.
1<?php
2
3namespace Bitrix\Catalog\Filter\DataProvider\EntitySettings;
4
5use Bitrix\Catalog\Document\Type\StoreDocumentStoreAdjustmentTable;
6use Bitrix\Main\Filter\EntitySettings;
7
9{
10 protected static function getTableClass(): string
11 {
12 return StoreDocumentStoreAdjustmentTable::class;
13 }
14}