From 729942dcd5b657f23ca6c1f2875ccb03fd58a867 Mon Sep 17 00:00:00 2001 From: Matthias Leuffen Date: Fri, 7 Jun 2024 09:44:29 +0200 Subject: [PATCH] sync --- src/Type/T_Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Type/T_Config.php b/src/Type/T_Config.php index 292bab5..75015ec 100644 --- a/src/Type/T_Config.php +++ b/src/Type/T_Config.php @@ -23,7 +23,7 @@ class T_Config * * @var string */ - public string $sections_def_file = "sections.def.json"; + public ?string $sections_def_file = null; /** * @var string|null