Skip to content

Commit 097241d

Browse files
authored
Notify Kint of dd alias
1 parent 3768431 commit 097241d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

system/Common.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,6 +1079,7 @@ function function_usable(string $function_name): bool
10791079
*/
10801080
function dd(...$vars)
10811081
{
1082+
Kint::$aliases[] = 'dd';
10821083
Kint::dump(...$vars);
10831084
exit;
10841085
}

0 commit comments

Comments
 (0)