jqh 5 năm trước cách đây
mục cha
commit
6616dad86c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Form.php

+ 1 - 1
src/Form.php

@@ -683,7 +683,7 @@ class Form implements Renderable
     {
         Arr::forget($input, $this->ignored);
 
-        $ignored = $this->fields()->transform(function (Field $field) {
+        $ignored = $this->fields()->map(function (Field $field) {
             if ($field instanceof Field\Display || $field->getAttribute('readonly') || $field->getAttribute('disabled')) {
                 return $field->column();
             }