YetiForceCompany/YetiForceCRM

View on GitHub
app/Conditions/QueryFields/TotalTimeField.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

/**
 * Total time Query Field file.
 *
 * @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;

/**
 * Total time query field class.
 */
class TotalTimeField extends DoubleField
{
}