Explorar o código

修复数据表单使用tab布局报错问题

jqh %!s(int64=4) %!d(string=hai) anos
pai
achega
e031b85518
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      src/Form.php

+ 8 - 0
src/Form.php

@@ -468,6 +468,14 @@ class Form implements Renderable
         return $this->builder->getElementId();
     }
 
+    /**
+     * @return \Dcat\Admin\Form\Layout
+     */
+    public function layout()
+    {
+        return $this->builder->layout();
+    }
+
     /**
      * @return Repository
      */