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