mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
Fixed bug in Config::set method.
This commit is contained in:
parent
c17e357fb6
commit
b91930c592
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user