Skip to content

Commit b2803e2

Browse files
authored
Update EmailType.php
1 parent 0dd98da commit b2803e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Form/Type/EmailType.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function buildForm(FormBuilderInterface $builder, array $options)
3232
))
3333
->add('layout', EntityType::class, array(
3434
'required' => false,
35-
'empty_data ' => '',
35+
'empty_data' => '',
3636
'class' => $options['layout_entity'],
3737
'property_path' => 'entity.layout',
3838
'label' => 'lexik_mailer.email.layout',
@@ -83,7 +83,7 @@ public function configureOptions(OptionsResolver $resolver)
8383
'data_translation' => null,
8484
'edit' => false,
8585
'preferred_languages' => array(),
86-
'translation_domain' => 'LexikMailerBundle',
86+
'translation_domain' => 'LexikMailerBundle',
8787
));
8888
}
8989

0 commit comments

Comments
 (0)