From fc211560f2483ad61f1735293f62dc3202ce096a Mon Sep 17 00:00:00 2001 From: xaboy Date: Sun, 31 May 2020 13:00:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20form-create=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/UI/Elm/Bootstrap.php | 2 +- src/UI/Iview/Bootstrap.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/UI/Elm/Bootstrap.php b/src/UI/Elm/Bootstrap.php index e7aa9af..d5712c6 100644 --- a/src/UI/Elm/Bootstrap.php +++ b/src/UI/Elm/Bootstrap.php @@ -25,7 +25,7 @@ public function init(Form $form) array_splice($dependScript, 2, 0, [ '', '', - '', + '', ]); $form->setDependScript($dependScript); diff --git a/src/UI/Iview/Bootstrap.php b/src/UI/Iview/Bootstrap.php index 943477d..3e4ff90 100644 --- a/src/UI/Iview/Bootstrap.php +++ b/src/UI/Iview/Bootstrap.php @@ -37,13 +37,13 @@ public function init(Form $form) array_splice($dependScript, 2, 0, [ '', '', - '', + '', ]); } else { array_splice($dependScript, 2, 0, [ '', '', - '', + '', ]); }