Skip to content

Commit

Permalink
cs-fixer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Oksydan committed Oct 23, 2023
1 parent 7e497ca commit d815fae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Form/ImageSliderType.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,15 @@ public function buildForm(FormBuilderInterface $builder, array $options): void
'widget' => 'single_text',
'html5' => true,
'input' => 'datetime',
'with_seconds' => true
'with_seconds' => true,
])
->add('display_to', DateTimeType::class, [
'label' => $this->trans('Display to', TranslationDomains::TRANSLATION_DOMAIN_ADMIN),
'required' => true,
'widget' => 'single_text',
'html5' => true,
'input' => 'datetime',
'with_seconds' => true
'with_seconds' => true,
]);

if ($this->isMultistoreUsed) {
Expand Down

0 comments on commit d815fae

Please sign in to comment.