rollback file autoload.php

This commit is contained in:
Anne-Cath
2025-08-28 14:49:54 +02:00
parent c052c40f9d
commit 2dd38e81c5

View File

@@ -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';