[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 60002df680
commit 2eb61543d9
1 changed files with 2 additions and 2 deletions

View File

@ -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