Add "user config" console command to administer user-specific configuration

This commit is contained in:
Matthew Exon 2021-04-04 16:41:47 +02:00
parent 53e38b0313
commit 5421f53a76
2 changed files with 99 additions and 0 deletions

View file

@ -69,6 +69,8 @@ class JitPConfig extends BasePConfig
// load the whole category out of the DB into the cache
$this->configCache->load($uid, $config);
return $config;
}
/**