fix unserialize problem on step 4
This commit is contained in:
parent
8a7f07b1f2
commit
3cef545dd2
1 changed files with 1 additions and 1 deletions
|
@ -650,7 +650,7 @@ class ConfigProvider
|
|||
*/
|
||||
protected static function getUnserializedOption($option, $def = 0)
|
||||
{
|
||||
return unserialize(static::getOption($option, $def), []);
|
||||
return unserialize(static::getOption($option, $def));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue