jqh 5 년 전
부모
커밋
59b60d9964
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Form.php

+ 1 - 1
src/Form.php

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