Skip to content

Commit bf8fc99

Browse files
committed
minor #16159 [Form] Typo in validation_group_service_resolver.rst (askeita)
This PR was submitted for the 5.3 branch but it was merged into the 4.4 branch instead. Discussion ---------- [Form] Typo in validation_group_service_resolver.rst Corrected namespace of ValidationGroupResolver. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- bf8fa81 Typo in validation_group_service_resolver.rst
2 parents 01a7d6f + bf8fa81 commit bf8fc99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/validation_group_service_resolver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Then in your form, inject the resolver and set it as the ``validation_groups``::
3838
// src/Form/MyClassType.php;
3939
namespace App\Form;
4040

41-
use App\Validator\ValidationGroupResolver;
41+
use App\Validation\ValidationGroupResolver;
4242
use Symfony\Component\Form\AbstractType;
4343
use Symfony\Component\OptionsResolver\OptionsResolver;
4444

0 commit comments

Comments
 (0)