Spaces:
No application file
No application file
namespace Mautic\ReportBundle\Scheduler\Validator; | |
use Symfony\Component\Validator\Constraint; | |
class ScheduleIsValid extends Constraint | |
{ | |
public function getTargets() | |
{ | |
return self::CLASS_CONSTRAINT; | |
} | |
} | |