altre migrations sistemate

This commit is contained in:
Mariano
2026-06-17 19:35:20 +02:00
parent 92ba47e99f
commit 3b2ad1a0d5
9 changed files with 90 additions and 79 deletions
+4 -1
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';