- Quickfix again
This commit is contained in:
parent
d984ddc540
commit
77d05ae051
|
@ -46,6 +46,8 @@ class UiForm extends UiElement implements Extension {
|
||||||
|
|
||||||
$method ??= $this->defaultMethod;
|
$method ??= $this->defaultMethod;
|
||||||
|
|
||||||
|
$opt = var_export($opt, true);
|
||||||
|
|
||||||
return "<?php echo ( new \\" . static::class . "() )->parseOptions($opt)->buildHtml('$method', $arguments) ?>";
|
return "<?php echo ( new \\" . static::class . "() )->parseOptions($opt)->buildHtml('$method', $arguments) ?>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue