Merge remote-tracking branch 'upstream/develop' into blocked-server
This commit is contained in:
commit
259fe7fcf2
30 changed files with 530 additions and 391 deletions
|
|
@ -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 => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue