yiisoft / config

Configuration management
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
31 stars 11 forks source link

Add config group without configs #100

Closed vjik closed 2 years ago

vjik commented 2 years ago

For exmaple:

{
    "my-config: {},
}

$config->get('my-config') should returns empty array instead of throws exception.