Skip to content

Commit dff1cf9

Browse files
committed
Fix CS
1 parent 90d3362 commit dff1cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/functions/dump.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ function dd(...$vars)
3838
VarDumper::dump($v);
3939
}
4040

41-
die(1);
41+
exit(1);
4242
}
4343
}

0 commit comments

Comments
 (0)