X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/aef11da75cf6e45dc253f96324905536960fdcce..f8d4013ddc9db826a11d309789271a8e73174a61:/Form/RegisterType.php diff --git a/Form/RegisterType.php b/Form/RegisterType.php new file mode 100644 index 0000000..f7cda54 --- /dev/null +++ b/Form/RegisterType.php @@ -0,0 +1,24 @@ +add('phone', TelType::class, array('attr' => array('placeholder' => 'Your phone'), 'constraints' => array(new NotBlank(array('message' => 'Please provide your phone'))))); + } + + /** + * {@inheritdoc} + */ + public function getName() { + return 'rapsys_air_register'; + } +}