Completed
Push — master ( a472fe...67507a )
by Paweł
12s
created
src/Form/Type/StaticContentType.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
                 'allow_delete' => true,
40 40
                 'by_reference' => false,
41 41
                 'label' => 'lakion_sylius_cms.form.static_content.routes',
42
-             ])
42
+                ])
43 43
             ->add('body', TextareaType::class, [
44 44
                 'required' => false,
45 45
                 'label' => 'lakion_sylius_cms.form.static_content.body',
Please login to merge, or discard this patch.