Merge remote-tracking branch 'upstream/develop' into blocked-server

This commit is contained in:
Michael
2023-01-17 19:25:09 +00:00
30 changed files with 530 additions and 391 deletions

View File

@@ -94,7 +94,9 @@ return [
App\Mode::class => [
'call' => [
['determineRunMode', [true, $_SERVER], Dice::CHAIN_CALL],
['determine', [], Dice::CHAIN_CALL],
['determine', [
[Dice::INSTANCE => '$basepath']
], Dice::CHAIN_CALL],
],
],
Config\Capability\IManageConfigValues::class => [