From 1f7540c82cbb494a7c4dfdf9046eb8738d8d575b Mon Sep 17 00:00:00 2001 From: lcp0578 Date: Fri, 4 Aug 2023 17:00:50 +0800 Subject: [PATCH] upgrade for symfony5.4 --- DependencyInjection/Configuration.php | 57 +++++++++++++-------------- 1 file changed, 28 insertions(+), 29 deletions(-) diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php index 1483a56..1416c8a 100644 --- a/DependencyInjection/Configuration.php +++ b/DependencyInjection/Configuration.php @@ -1,29 +1,28 @@ -root('kit_form'); - - // Here you should define the parameters that are allowed to - // configure your bundle. See the documentation linked above for - // more information on that topic. - - return $treeBuilder; - } -} +