Skip to content

Commit 35c0255

Browse files
tristanbesweaverryan
authored andcommitted
Remove "s" from constraint as it's wrong path
Changes from      use Symfony\Component\Security\Core\Validator\Constraints as SecurityAssert; to      use Symfony\Component\Security\Core\Validator\Constraint as SecurityAssert;
1 parent d8ac9ba commit 35c0255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/UserPassword.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ password:
5050
// src/Acme/UserBundle/Form/Model/ChangePassword.php
5151
namespace Acme\UserBundle\Form\Model;
5252
53-
use Symfony\Component\Security\Core\Validator\Constraints as SecurityAssert;
53+
use Symfony\Component\Security\Core\Validator\Constraint as SecurityAssert;
5454
5555
class ChangePassword
5656
{

0 commit comments

Comments
 (0)