Completed
Push — master ( e04e14...52f07d )
by Kentaro
103:59 queued 59:46
created
src/Eccube/Form/Type/Admin/ProductType.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -72,9 +72,9 @@
 block discarded – undo
72 72
                 'required' => false,
73 73
             ))
74 74
             ->add('Category', 'category', array(
75
-               'label' => '商品カテゴリ',
76
-               'multiple' => true,
77
-               'mapped' => false,
75
+                'label' => '商品カテゴリ',
76
+                'multiple' => true,
77
+                'mapped' => false,
78 78
             ))
79 79
 
80 80
             // 詳細な説明
Please login to merge, or discard this patch.