group->created_uuid = $data['created_uuid']; $this->group->updated_uuid = $data['updated_uuid']; $this->group->group = $data['group']; $this->group->color = $data['color']; $this->group->priority = $data['priority']; return $this->group->save(); } }