Skip to content

Commit 76b7d97

Browse files
committed
- added #[AllowDynamicProperties]
1 parent 7989b2a commit 76b7d97

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Config.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464
* putenv('MY_APP_SETTINGS=/path/to/config/file.php');
6565
*
6666
*/
67+
68+
#[\AllowDynamicProperties]
6769
class Config extends Arguments implements Configuration
6870
{
6971
private bool $silent = false;

0 commit comments

Comments
 (0)