Update autoload

This commit is contained in:
Anne-Cath
2026-03-02 14:54:07 +01:00
parent 4bcac389cc
commit fc0b7fcc8c
2 changed files with 7 additions and 3 deletions

View File

@@ -14,7 +14,10 @@ if (PHP_VERSION_ID < 50600) {
echo $err;
}
}
throw new RuntimeException($err);
trigger_error(
$err,
E_USER_ERROR
);
}
require_once __DIR__ . '/composer/autoload_real.php';