aboutsummaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/composer/autoload.php
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2025-05-06 19:44:50 +0200
committerFerdinand Thiessen <opensource@fthiessen.de>2025-05-13 10:04:35 +0200
commit76696be7628ed2f0bdd4fb399cfa9254cd38da75 (patch)
tree31a6b0549dd660e57abcfaa95c83ce5daf76439c /apps/updatenotification/composer/autoload.php
parent9255afaeab82beaf46f5ed7a6b7dc5caef7c3f45 (diff)
downloadnextcloud-server-chore/refactor-update-notification+.tar.gz
nextcloud-server-chore/refactor-update-notification+.zip
chore: remove legacy migration step to remove background jobchore/refactor-update-notification+
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 <opensource@fthiessen.de>
Diffstat (limited to 'apps/updatenotification/composer/autoload.php')
-rw-r--r--apps/updatenotification/composer/autoload.php5
1 files changed, 1 insertions, 4 deletions
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';