From 0dc9390fe03227c1539593b09961ccfed9a33a62 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 3 Mar 2025 09:22:08 +0100 Subject: [PATCH] fixup! fix(dav): Create SAB at installation Signed-off-by: Christoph Wurst --- .../tests/unit/Migration/CreateSystemAddressBookStepTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dav/tests/unit/Migration/CreateSystemAddressBookStepTest.php b/apps/dav/tests/unit/Migration/CreateSystemAddressBookStepTest.php index d6febe00041c2..bbecd0607b495 100644 --- a/apps/dav/tests/unit/Migration/CreateSystemAddressBookStepTest.php +++ b/apps/dav/tests/unit/Migration/CreateSystemAddressBookStepTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */