chrisbryan17's picture
Upload folder using huggingface_hub
d2897cd verified
<?php
namespace Mautic\ReportBundle\Scheduler\Validator;
use Symfony\Component\Validator\Constraint;
class ScheduleIsValid extends Constraint
{
public function getTargets()
{
return self::CLASS_CONSTRAINT;
}
}