[AUTOGENERATED] Update all entity fields

This commit is contained in:
Hugo Sales 2020-07-25 02:08:19 +00:00 committed by Hugo Sales
parent e0cc125907
commit 91af1be470
Signed by untrusted user: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ class Config
{ {
// {{{ Autocode // {{{ Autocode
private string $section; private string $section = '';
private string $setting; private string $setting = '';
private ?string $value; private ?string $value;
public function setSection(string $section): self public function setSection(string $section): self