From be7677bb23c5b36e739d91e05aa3e664ab6d772b Mon Sep 17 00:00:00 2001 From: User Date: Tue, 26 Sep 2023 20:54:08 +0300 Subject: [PATCH] 20230926#2 --- src/functions.php | 1 + 1 file changed, 1 insertion(+) 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; } }