20230926#2

This commit is contained in:
User
2023-09-26 20:54:08 +03:00
parent 30de3eb13a
commit be7677bb23

View File

@@ -22,6 +22,7 @@ if (!function_exists('vdd')) {
*/
function vdd(mixed ...$value): void {
Dumper::vdd($value);
exit;
}
}