database->getUserGroupToObjectTable(); $generalTermType = ObjectHandler::GENERAL_TERM_OBJECT_TYPE; $update = $this->database->update( $dbAccessGroupToObject, ['object_type' => $generalTermType], ['object_type' => 'category'] ); return $update !== false; } }