Skip to content

Commit

Permalink
Remove "s" from constraint as it's wrong path
Browse files Browse the repository at this point in the history
Changes from 
    use Symfony\Component\Security\Core\Validator\Constraints as SecurityAssert;
to 
    use Symfony\Component\Security\Core\Validator\Constraint as SecurityAssert;
  • Loading branch information
tristanbes authored and weaverryan committed Oct 7, 2012
1 parent d8ac9ba commit 35c0255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/constraints/UserPassword.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ password:
// src/Acme/UserBundle/Form/Model/ChangePassword.php
namespace Acme\UserBundle\Form\Model;
use Symfony\Component\Security\Core\Validator\Constraints as SecurityAssert;
use Symfony\Component\Security\Core\Validator\Constraint as SecurityAssert;
class ChangePassword
{
Expand Down

0 comments on commit 35c0255

Please sign in to comment.