Skip to content

Commit 66a7446

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: Typo in validation_group_service_resolver.rst
2 parents 4f475d6 + 48fa261 commit 66a7446

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)