xaboy 6 年 前
コミット
0f5c0c31ef
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/FormHandle.php

+ 1 - 1
src/FormHandle.php

@@ -122,6 +122,6 @@ abstract class FormHandle
      */
     public function view()
     {
-        return $this->getForm()->view();
+        return $this->form()->view();
     }
 }