forgotten in commit 59bf6628 (2020/07/16)

This commit is contained in:
Tchama 2020-08-03 11:27:42 +02:00
parent d4130b701e
commit fbaaa44ae6

View File

@ -140,7 +140,7 @@ class CustomFieldRenderingTwig extends AbstractExtension implements ContainerAwa
*/
public function renderWidget(array $fields, CustomField $customField, $documentType='html')
{
return $this->container->get('chill.custom_field.helper')
return $this->customFieldsHelper
->renderCustomField($fields, $customField, $documentType);
}
}