Fixed bug in Config::set method.

This commit is contained in:
Taylor Otwell 2011-06-10 12:19:19 -07:00
parent c17e357fb6
commit b91930c592

View File

@ -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);