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 85dab9b commit b513c15Copy full SHA for b513c15
reference/constraints/Compound.rst
@@ -26,7 +26,7 @@ you can create your own named set or requirements to be reused consistently ever
26
// src/Validator/Constraints/PasswordRequirements.php
27
namespace App\Validator\Constraints;
28
29
- use Symfony\Component\Validator\Compound;
+ use Symfony\Component\Validator\Constraints\Compound;
30
use Symfony\Component\Validator\Constraints as Assert;
31
32
/**
0 commit comments