DatabaseService->GetDbConnection(); $defaultShoppingList = $this->Database->shopping_lists()->where('id = 1')->fetch(); $defaultShoppingList->update(array( 'name' => $localizationService->__t('Shopping list') ));