From 91af1be47084a89ba1f3357643311543eb6b2755 Mon Sep 17 00:00:00 2001 From: Hugo Sales Date: Sat, 25 Jul 2020 02:08:19 +0000 Subject: [PATCH] [AUTOGENERATED] Update all entity fields --- src/Entity/Config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Entity/Config.php b/src/Entity/Config.php index ad0d58bd52..bcc8af6ffa 100644 --- a/src/Entity/Config.php +++ b/src/Entity/Config.php @@ -37,8 +37,8 @@ class Config { // {{{ Autocode - private string $section; - private string $setting; + private string $section = ''; + private string $setting = ''; private ?string $value; public function setSection(string $section): self