Skip to content

Commit c6ec372

Browse files
committed
minor #14433 Fixed use statement (Nyholm)
This PR was merged into the 5.1 branch. Discussion ---------- Fixed use statement From #14432 Commits ------- b513c15 Fixed use statement
2 parents 85dab9b + b513c15 commit c6ec372

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)