mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Remove BasePath dependency from App\Mode
This commit is contained in:
parent
dd6d96d048
commit
a6fb683bcd
3 changed files with 13 additions and 27 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