modules/Products/relations/GetAccounts.php
<?php
/**
* Main file that includes basic operations on relations.
*
* @package Relation
*
* @copyright YetiForce S.A.
* @license YetiForce Public License 6.5 (licenses/LicenseEN.txt or yetiforce.com)
* @author Radosław Skrzypczak <r.skrzypczak@yetiforce.com>
*/
/**
* Products_GetAccounts_Relation class.
*/
class Products_GetAccounts_Relation extends Products_GetLeads_Relation
{
}