allow entire configuration files to be set.
This commit is contained in:
parent
57922c5a4d
commit
f72171f691
|
@ -88,7 +88,7 @@ public static function set($key, $value)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Parse a configuration key into its module, file, and key segments.
|
* Parse a configuration key into its module, file, and key parts.
|
||||||
*
|
*
|
||||||
* @param string $key
|
* @param string $key
|
||||||
* @return array
|
* @return array
|
||||||
|
|
Loading…
Reference in New Issue