diff --git a/form/validation_group_service_resolver.rst b/form/validation_group_service_resolver.rst index e9ad7a67724..9b12bdfec55 100644 --- a/form/validation_group_service_resolver.rst +++ b/form/validation_group_service_resolver.rst @@ -38,7 +38,7 @@ Then in your form, inject the resolver and set it as the ``validation_groups``:: // src/Form/MyClassType.php; namespace App\Form; - use App\Validator\ValidationGroupResolver; + use App\Validation\ValidationGroupResolver; use Symfony\Component\Form\AbstractType; use Symfony\Component\OptionsResolver\OptionsResolver;