jqh 5 years ago
parent
commit
59b60d9964
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Form.php

+ 1 - 1
src/Form.php

@@ -674,7 +674,7 @@ class Form implements Renderable
      *
      *
      * @return array
      * @return array
      */
      */
-    protected function removeIgnoredFields($input)
+    public function removeIgnoredFields($input)
     {
     {
         Arr::forget($input, $this->ignored);
         Arr::forget($input, $this->ignored);