From 76696be7628ed2f0bdd4fb399cfa9254cd38da75 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 6 May 2025 19:44:50 +0200 Subject: chore: remove legacy migration step to remove background job This is already included since Nextcloud 29, so the background job is removed and the class does not exist anymore. Signed-off-by: Ferdinand Thiessen --- apps/updatenotification/composer/autoload.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'apps/updatenotification/composer/autoload.php') diff --git a/apps/updatenotification/composer/autoload.php b/apps/updatenotification/composer/autoload.php index 36afdad067f..a1e9eceb11c 100644 --- a/apps/updatenotification/composer/autoload.php +++ b/apps/updatenotification/composer/autoload.php @@ -14,10 +14,7 @@ if (PHP_VERSION_ID < 50600) { echo $err; } } - trigger_error( - $err, - E_USER_ERROR - ); + throw new RuntimeException($err); } require_once __DIR__ . '/composer/autoload_real.php'; -- cgit v1.2.3