Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/sale/lib/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/sale/lib/shipmentproperty.php

<?php

namespace Bitrix\Sale;

/**
 * Class ShipmentProperty
 * @package Bitrix\Sale
 */
class ShipmentProperty extends EntityProperty
{
	/**
	 * @return string Registry::ENTITY_SHIPMENT
	 */
	protected static function getEntityType(): string
	{
		return Registry::ENTITY_SHIPMENT;
	}
}