Move PConfig to strategies
This commit is contained in:
parent
58f56c7d7d
commit
8ed94037d5
2 changed files with 10 additions and 17 deletions
|
@ -22,6 +22,7 @@
|
|||
use Friendica\Core\Cache;
|
||||
use Friendica\Core\Logger\Type;
|
||||
use Friendica\Core\KeyValueStorage;
|
||||
use Friendica\Core\PConfig;
|
||||
use Psr\Log;
|
||||
|
||||
return [
|
||||
|
@ -40,4 +41,8 @@ return [
|
|||
KeyValueStorage\Capabilities\IManageKeyValuePairs::class => [
|
||||
KeyValueStorage\Type\DBKeyValueStorage::class => ['database', ''],
|
||||
],
|
||||
PConfig\Capability\IManagePersonalConfigValues::class => [
|
||||
PConfig\Type\JitPConfig::class => ['jit'],
|
||||
PConfig\Type\PreloadPConfig::class => ['preload', ''],
|
||||
],
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue