Shorten "Configuration" to "Config" again, since the Wrapper is gone
This commit is contained in:
parent
21640ec5d8
commit
cb80108957
53 changed files with 183 additions and 179 deletions
|
|
@ -72,13 +72,13 @@ return [
|
|||
['determine', [], Dice::CHAIN_CALL],
|
||||
],
|
||||
],
|
||||
Config\IConfiguration::class => [
|
||||
Config\IConfig::class => [
|
||||
'instanceOf' => Factory\ConfigFactory::class,
|
||||
'call' => [
|
||||
['createConfig', [], Dice::CHAIN_CALL],
|
||||
],
|
||||
],
|
||||
Config\IPConfiguration::class => [
|
||||
Config\IPConfiguration::class => [
|
||||
'instanceOf' => Factory\ConfigFactory::class,
|
||||
'call' => [
|
||||
['createPConfig', [], Dice::CHAIN_CALL],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue