jqh 5 лет назад
Родитель
Сommit
48ef010c3d
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      src/Form/Field/ArrayField.php

+ 2 - 0
src/Form/Field/ArrayField.php

@@ -17,6 +17,8 @@ class ArrayField extends HasMany
         } elseif (count($arguments) == 2) {
         } elseif (count($arguments) == 2) {
             [$this->label, $this->builder] = $arguments;
             [$this->label, $this->builder] = $arguments;
         }
         }
+
+        $this->columnClass = $this->formatClass($column);
     }
     }
 
 
     protected function buildRelatedForms()
     protected function buildRelatedForms()