We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f475d6 + 48fa261 commit 66a7446Copy full SHA for 66a7446
form/validation_group_service_resolver.rst
@@ -38,7 +38,7 @@ Then in your form, inject the resolver and set it as the ``validation_groups``::
38
// src/Form/MyClassType.php;
39
namespace App\Form;
40
41
- use App\Validator\ValidationGroupResolver;
+ use App\Validation\ValidationGroupResolver;
42
use Symfony\Component\Form\AbstractType;
43
use Symfony\Component\OptionsResolver\OptionsResolver;
44
0 commit comments