diff --git a/src/functions.php b/src/functions.php index f07c3d5..86d8127 100644 --- a/src/functions.php +++ b/src/functions.php @@ -22,6 +22,7 @@ if (!function_exists('vdd')) { */ function vdd(mixed ...$value): void { Dumper::vdd($value); + exit; } }