File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1062,9 +1062,9 @@ entity and a new constraint group called ``Premium``:
10621062 }
10631063
10641064 Now, change the ``User `` class to implement
1065- :class: `Symfony\\ Component\\ Validation \\ GroupSequenceProviderInterface ` and
1065+ :class: `Symfony\\ Component\\ Validator \\ GroupSequenceProviderInterface ` and
10661066add the
1067- :method: `Symfony\\ Component\\ Validation \\ GroupSequenceProviderInterface::getGroupSequence `,
1067+ :method: `Symfony\\ Component\\ Validator \\ GroupSequenceProviderInterface::getGroupSequence `,
10681068which should return an array of groups to use. Also, add the
10691069``@Assert\GroupSequenceProvider `` annotation to the class. If you imagine
10701070that a method called ``isPremium `` returns true if the user is a premium member,
You can’t perform that action at this time.
0 commit comments