Completed
Push — master ( b37900...d5c742 )
by Odiseo
06:55
created
src/Form/Type/VendorType.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
                 'label' => 'odiseo_sylius_vendor.form.vendor.email',
36 36
             ])
37 37
             ->add('logoFile',  FileType::class, [
38
-                 'label' => 'odiseo_sylius_vendor.form.vendor.logo',
38
+                    'label' => 'odiseo_sylius_vendor.form.vendor.logo',
39 39
             ])
40 40
             ->add('channels', ChannelChoiceType::class, [
41 41
                 'multiple' => true,
Please login to merge, or discard this patch.