Fixed bug in Config::set method.
This commit is contained in:
parent
c17e357fb6
commit
b91930c592
|
@ -31,7 +31,7 @@ public static function get($key)
|
||||||
* @param mixed $value
|
* @param mixed $value
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public static function set($file, $value)
|
public static function set($key, $value)
|
||||||
{
|
{
|
||||||
list($file, $key) = static::parse($key);
|
list($file, $key) = static::parse($key);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue