fix sf4 deprecated getting private container

This commit is contained in:
2020-07-16 15:51:05 +02:00
parent 3c5082dafb
commit 59bf662886
2 changed files with 14 additions and 1 deletions

View File

@@ -108,6 +108,8 @@ services:
chill.custom_field.twig.custom_fields_rendering:
class: Chill\CustomFieldsBundle\Templating\Twig\CustomFieldRenderingTwig
arguments:
- "@chill.custom_field.helper"
calls:
- [setContainer, ["@service_container"]]
tags: