Skip to content

Commit b513c15

Browse files
committed
Fixed use statement
1 parent 85dab9b commit b513c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Compound.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ you can create your own named set or requirements to be reused consistently ever
2626
// src/Validator/Constraints/PasswordRequirements.php
2727
namespace App\Validator\Constraints;
2828

29-
use Symfony\Component\Validator\Compound;
29+
use Symfony\Component\Validator\Constraints\Compound;
3030
use Symfony\Component\Validator\Constraints as Assert;
3131

3232
/**

0 commit comments

Comments
 (0)