* fix undefined prop rawconfig.

This commit is contained in:
dingyongliang
2023-05-08 11:34:17 +08:00
parent 595999ff66
commit 8d1640b1be
+8
View File
@@ -22,6 +22,14 @@ class form extends baseFixer
*/
public $rawdata;
/**
* 原始配置。
* The raw cofig.
*
* @var array
*/
public $rawconfig;
/**
* 错误信息列表。
* Error list.