for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace JBen87\ParsleyBundle\Constraint\Constraints;
use JBen87\ParsleyBundle\Constraint\Constraint;
class Required extends Constraint
{
/**
* @inheritdoc
*/
protected function getAttribute(): string
return 'data-parsley-required';
}
protected function getValue(): string
return 'true';