We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7989b2a commit 76b7d97Copy full SHA for 76b7d97
1 file changed
Config.php
@@ -64,6 +64,8 @@
64
* putenv('MY_APP_SETTINGS=/path/to/config/file.php');
65
*
66
*/
67
+
68
+#[\AllowDynamicProperties]
69
class Config extends Arguments implements Configuration
70
{
71
private bool $silent = false;
0 commit comments