light mode
Some checks failed
Deploy / Deploy to Production (push) Has been cancelled

This commit is contained in:
Julie Blanc 2026-02-16 17:38:18 +01:00
parent b78a6f822a
commit 0e4db025bf
8 changed files with 128 additions and 67 deletions

5
vendor/autoload.php vendored
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';