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