Commit b91930c5 authored by Taylor Otwell's avatar Taylor Otwell

Fixed bug in Config::set method.

parent c17e357f
......@@ -31,7 +31,7 @@ class Config {
* @param mixed $value
* @return void
*/
public static function set($file, $value)
public static function set($key, $value)
{
list($file, $key) = static::parse($key);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment