fix deprecations in closingMotive

This commit is contained in:
2018-04-19 13:07:15 +02:00
parent 7227b89d4f
commit 3bf7838731
2 changed files with 17 additions and 17 deletions

View File

@@ -11,9 +11,8 @@ services:
chill.person.accompanying_period_closing_motive:
class: Chill\PersonBundle\Form\Type\ClosingMotiveType
scope: request
arguments:
- "@request"
- "@chill.main.helper.translatable_string"
tags:
- { name: form.type, alias: closing_motive }