xaboy 6 years ago
parent
commit
0f5c0c31ef
1 changed files with 1 additions and 1 deletions
  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();
     }
 }