Skip to content

Commit bf8fa81

Browse files
askeitajaviereguiluz
authored andcommitted
Typo in validation_group_service_resolver.rst
Corrected namespace of ValidationGroupResolver.
1 parent 01a7d6f commit bf8fa81

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)