Shorten "Configuration" to "Config" again, since the Wrapper is gone

This commit is contained in:
Philipp Holzer 2020-01-19 21:29:36 +01:00
commit cb80108957
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
53 changed files with 183 additions and 179 deletions

View file

@ -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],