Fixed bug in Config::set method.
This commit is contained in:
@@ -31,7 +31,7 @@ class Config {
|
|||||||
* @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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user