Skip to content

Commit b9ce716

Browse files
Fix withFieldset() autocompletion in IDE
1 parent df1cccb commit b9ce716

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Form/Layout/FormLayoutColumn.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
class FormLayoutColumn extends LayoutColumn implements HasLayout
88
{
9+
use HasFieldRows;
10+
911
/**
1012
* @param (\Closure(FormLayoutFieldset): mixed)|null $callback
1113
* @return $this

0 commit comments

Comments
 (0)