add more generic message when invalid form during person update

This commit is contained in:
2018-08-20 21:34:53 +02:00
parent 081f4f9b4c
commit 2f7a8f1ebc
2 changed files with 15 additions and 4 deletions

View File

@@ -2,4 +2,5 @@ services:
Chill\PersonBundle\Controller\PersonController:
arguments:
$similarPersonMatcher: '@Chill\PersonBundle\Search\SimilarPersonMatcher'
$translator: '@Symfony\Component\Translation\TranslatorInterface'
tags: ['controller.service_arguments']