From ff7e3736339549ea1db4338cecacb78f56348481 Mon Sep 17 00:00:00 2001 From: wyn <1074145239@qq.com> Date: Tue, 2 Jun 2026 10:51:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E7=8C=AE=E6=A0=A1=E5=AF=B9=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vendor/autoload.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vendor/autoload.php b/vendor/autoload.php index bfdba2e0..9eaf68c9 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -14,9 +14,12 @@ if (PHP_VERSION_ID < 50600) { echo $err; } } - throw new RuntimeException($err); + trigger_error( + $err, + E_USER_ERROR + ); } require_once __DIR__ . '/composer/autoload_real.php'; -return ComposerAutoloaderInit7020b987d316c2076c2a6f439a1140f9::getLoader(); +return ComposerAutoloaderInit2bc4f313dba415539e266f7ac2c87dcd::getLoader();