app/Conditions/QueryFields/MeetingUrlField.php
<?php
/**
* Meeting Url Query Field.
*
* @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;
/**
* MeetingUrlField class.
*/
class MeetingUrlField extends UrlField
{
}