individui e gruppi

This commit is contained in:
2026-06-18 19:41:27 +02:00
parent d2084b9d07
commit baea181159
7 changed files with 109 additions and 25 deletions
+1 -4
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';