0
0
Fork 0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2025-02-06 15:00:04 +00:00
salesagility_SuiteCRM/include/generic/SugarWidgets/SugarWidgetFieldCronSchedule.php
Dillon-Brown 4ee7a709a0 Remove PHP4 constructors
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-03-26 21:50:24 +00:00

11 lines
267 B
PHP

<?php
if (!defined('sugarEntry') || !sugarEntry) {
die('Not A Valid Entry Point');
}
class SugarWidgetFieldCronSchedule extends SugarWidgetFieldVarchar
{
public function __construct($layout_manager)
{
parent::__construct($layout_manager);
}
}