jqh %!s(int64=4) %!d(string=hai) anos
pai
achega
48ef010c3d
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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) {
             [$this->label, $this->builder] = $arguments;
         }
+
+        $this->columnClass = $this->formatClass($column);
     }
 
     protected function buildRelatedForms()