Skip to content

Commit ec303c4

Browse files
committed
[fix]
1 parent df4ec78 commit ec303c4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Form/Tools.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,16 @@ protected function getViewPath()
147147
}
148148
}
149149

150+
/**
151+
* Get parent form of tool.
152+
*
153+
* @return Builder
154+
*/
155+
public function form()
156+
{
157+
return $this->form;
158+
}
159+
150160
/**
151161
* Render list button.
152162
*

0 commit comments

Comments
 (0)