mirror of
https://github.com/friendica/friendica
synced 2026-01-22 03:28:45 +01:00
Creating interfaces for Config/PConfig & fix tests
This commit is contained in:
parent
4835f1185f
commit
c1dbb25656
54 changed files with 349 additions and 285 deletions
|
|
@ -68,13 +68,13 @@ return [
|
|||
['determine', [], Dice::CHAIN_CALL],
|
||||
],
|
||||
],
|
||||
Config\Configuration::class => [
|
||||
Config\IConfiguration::class => [
|
||||
'instanceOf' => Factory\ConfigFactory::class,
|
||||
'call' => [
|
||||
['createConfig', [], Dice::CHAIN_CALL],
|
||||
],
|
||||
],
|
||||
Config\PConfiguration::class => [
|
||||
Config\IPConfiguration::class => [
|
||||
'instanceOf' => Factory\ConfigFactory::class,
|
||||
'call' => [
|
||||
['createPConfig', [], Dice::CHAIN_CALL],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue