Skip to content

Commit e2393a8

Browse files
authored
Fixed use order
Fixed use order
1 parent 7a6c7d9 commit e2393a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Form/Type/ChangePasswordFormType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
use Symfony\Component\Form\AbstractType;
1616
use Symfony\Component\Form\FormBuilderInterface;
1717
use Symfony\Component\OptionsResolver\OptionsResolver;
18-
use Symfony\Component\Validator\Constraints\NotNull;
1918
use Symfony\Component\Security\Core\Validator\Constraints\UserPassword;
19+
use Symfony\Component\Validator\Constraints\NotNull;
2020

2121
class ChangePasswordFormType extends AbstractType
2222
{

0 commit comments

Comments
 (0)