Skip to content

Commit 02d34ee

Browse files
author
Cédric Girard
committed
removed duplicate line
1 parent b390b2d commit 02d34ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Form/Type/EmailType.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ public function buildForm(FormBuilderInterface $builder, array $options)
6262
'property_path' => 'entity.useFallbackLocale',
6363
'label' => 'lexik_mailer.email.use_fallback_locale'
6464
))
65-
->add('useFallbackLocale', CheckboxType::class, array(
6665
->add('translation', EmailTranslationType::class, array(
6766
'data' => $options['data_translation'],
6867
'with_language' => $options['edit'],

0 commit comments

Comments
 (0)