* zin: fix formpanel function type.

This commit is contained in:
dingyongliang
2023-07-10 16:07:36 +08:00
parent 9e91b426cd
commit 02bbac74bc
+2 -2
View File
@@ -98,9 +98,9 @@ class formPanel extends panel
* Build form widget by mode.
*
* @access protected
* @return void
* @return wg
*/
protected function buildForm()
protected function buildForm(): wg
{
$customFields = $this->prop('customFields');
$hiddenFields = array();