jqh 4 rokov pred
rodič
commit
48ef010c3d
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  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()