1
0
Fork 0

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

This commit is contained in:
Michael 2023-01-17 19:25:09 +00:00
commit 259fe7fcf2
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 => [