This commit is contained in:
Graham Campbell
2015-11-07 17:09:09 +00:00
parent 66061d9a8c
commit 5f1f6d3c04
3 changed files with 2 additions and 14 deletions

View File

@@ -79,8 +79,6 @@ class ComponentGroupController extends AbstractApiController
*/
public function putGroup(ComponentGroup $group)
{
$groupData = array_filter(Binput::only(['name', 'order']));
try {
$group = $this->dispatch(new UpdateComponentGroupCommand(
$group,