We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a6c7d9 commit e2393a8Copy full SHA for e2393a8
Form/Type/ChangePasswordFormType.php
@@ -15,8 +15,8 @@
15
use Symfony\Component\Form\AbstractType;
16
use Symfony\Component\Form\FormBuilderInterface;
17
use Symfony\Component\OptionsResolver\OptionsResolver;
18
-use Symfony\Component\Validator\Constraints\NotNull;
19
use Symfony\Component\Security\Core\Validator\Constraints\UserPassword;
+use Symfony\Component\Validator\Constraints\NotNull;
20
21
class ChangePasswordFormType extends AbstractType
22
{
0 commit comments