Skip to content

Commit 303daff

Browse files
dantormeyweaverryan
authored andcommitted
fixed typo in the GroupSequenceProviderInterface path.
1 parent 30ef3a8 commit 303daff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/validation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ then your code might look like this::
10741074
namespace Acme\DemoBundle\Entity;
10751075

10761076
// ...
1077-
use Symfony\Component\Validation\GroupSequenceProviderInterface;
1077+
use Symfony\Component\Validator\GroupSequenceProviderInterface;
10781078

10791079
/**
10801080
* @Assert\GroupSequenceProvider

0 commit comments

Comments
 (0)