From 77d05ae051c1ae5c4a2dfedc2fd21f4f93d17bd8 Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Thu, 2 Feb 2023 18:18:05 +0000 Subject: [PATCH] - Quickfix again --- src/Form/UiForm.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Form/UiForm.php b/src/Form/UiForm.php index f4cca7c..198b430 100644 --- a/src/Form/UiForm.php +++ b/src/Form/UiForm.php @@ -46,6 +46,8 @@ class UiForm extends UiElement implements Extension { $method ??= $this->defaultMethod; + $opt = var_export($opt, true); + return "parseOptions($opt)->buildHtml('$method', $arguments) ?>"; }