I am trying to set a config which I can use later. So I try to set the config at Global Code
Config(“uname”,“newname”);
I got an error
Fatal error: Uncaught Dflydev\DotAccessData\Exception\MissingPathException: No data exists at the given path: “uname” in xxxxxxxxx\vendor\dflydev\dot-access-data\src\Data.php on line 132
I can get the config array by $check = config();
Please guide me how to set the config in PHPMaker 2024