jqh 5 years ago
parent
commit
6616dad86c
1 changed files with 1 additions and 1 deletions
  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();
             }