Welcome Guest, Not a member yet? Register   Sign In
Encryption problem?
#3

(11-18-2019, 12:48 PM)kilishan Wrote: No error - grab an instance of any config class, update the properties as needed, and pass it in.

PHP Code:
$config = new Config\Cache();
$config->backupHandler 'file';

$cache Services::cache($configfalse); 

So, the answer to my question is config overriding is allowed, but it has to be done using the right stuff. The docs should be explicit about that. (I'll submit a PR with updated documentation.)
Reply


Messages In This Thread
Encryption problem? - by dave friend - 11-18-2019, 11:35 AM
RE: Encryption problem? - by kilishan - 11-18-2019, 12:48 PM
RE: Encryption problem? - by dave friend - 11-18-2019, 01:26 PM



Theme © iAndrew 2016 - Forum software by © MyBB