Przeglądaj źródła

工具表单支持 Embeds

jqh 5 lat temu
rodzic
commit
186a5cabf5
1 zmienionych plików z 1 dodań i 1 usunięć
  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;