Config keys in the top level can now contain dots.
Example:
return [
'say' => [
'hello' => 'world'
],
// This is a direct match and got priority
'say.hello' => 'world',
];
Config keys in the top level can now contain dots.
Example:
return [
'say' => [
'hello' => 'world'
],
// This is a direct match and got priority
'say.hello' => 'world',
];