Update autoload

This commit is contained in:
Anne-Cath
2026-03-02 14:54:07 +01:00
parent a797339242
commit 69f773cefa
3 changed files with 82 additions and 78 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';