Fixes for InputBag
This commit is contained in:
parent
ecac4d4f97
commit
87005cb3e5
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ class StoreGroupSettingRequest extends Request
|
|||
}
|
||||
}
|
||||
|
||||
$input['settings'] = $group_settings;
|
||||
$input['settings'] = (array)$group_settings;
|
||||
|
||||
$this->replace($input);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue