mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 15:44:37 -04:00
Fixes for InputBag
This commit is contained in:
parent
ecac4d4f97
commit
87005cb3e5
@ -49,7 +49,7 @@ class StoreGroupSettingRequest extends Request
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$input['settings'] = $group_settings;
|
$input['settings'] = (array)$group_settings;
|
||||||
|
|
||||||
$this->replace($input);
|
$this->replace($input);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user