Skip to content

Commit

Permalink
fix: config type class
Browse files Browse the repository at this point in the history
  • Loading branch information
rubnogueira committed Aug 21, 2023
1 parent ef6a073 commit 4e2372e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/bundles/EmailBundle/Form/Type/ConfigType.php
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ public function buildForm(FormBuilderInterface $builder, array $options)

$builder->add(
'mailer_default_bcc',
'text',
TextType::class,
[
'label' => 'mautic.email.config.mailer.bcc.email',
'label_attr' => ['class' => 'control-label'],
Expand Down

0 comments on commit 4e2372e

Please sign in to comment.