app/Conditions/QueryFields/ReferenceSubProcessSLField.php
<?php
/**
* ReferenceSubProcessSLField Query Field Class.
*
* @package UIType
*
* @copyright YetiForce S.A.
* @license YetiForce Public License 6.5 (licenses/LicenseEN.txt or yetiforce.com)
* @author Radosław Skrzypczak <r.skrzypczak@yetiforce.com>
*/
namespace App\Conditions\QueryFields;
/**
* Class ReferenceSubProcessSLField.
*/
class ReferenceSubProcessSLField extends ReferenceField
{
}