Browse Source

工具表单支持 Embeds

jqh 5 years ago
parent
commit
186a5cabf5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Form/EmbeddedForm.php

+ 1 - 1
src/Form/EmbeddedForm.php

@@ -117,7 +117,7 @@ class EmbeddedForm
      *
      * @return $this
      */
-    public function setParent(Form $parent)
+    public function setParent($parent)
     {
         $this->parent = $parent;