| Current Path : /var/www/homesaver/www/bitrix/modules/iblock/lib/orm/fields/ |
| Current File : /var/www/homesaver/www/bitrix/modules/iblock/lib/orm/fields/propertyonetomany.php |
<?php
/**
* Bitrix Framework
* @package bitrix
* @subpackage iblock
* @copyright 2001-2018 Bitrix
*/
namespace Bitrix\Iblock\ORM\Fields;
use Bitrix\Main\ORM\Fields\Relations\OneToMany;
/**
* @package bitrix
* @subpackage iblock
*/
class PropertyOneToMany extends OneToMany
{
use PropertyRelation;
}