Upgrade to 3.4.3
This commit is contained in:
@@ -59,7 +59,7 @@ class Form
|
||||
}
|
||||
|
||||
try {
|
||||
$field = new Field($props['type'], $props);
|
||||
$field = new Field($props['type'], $props, $this->fields);
|
||||
} catch (Throwable $e) {
|
||||
$field = static::exceptionField($e, $props);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user