form dependency

This commit is contained in:
Benjamin Dalsass
2025-10-03 07:37:56 +02:00
parent adc8b47945
commit 51a97ad28f
40 changed files with 2675 additions and 55 deletions

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