Skip to content

Commit

Permalink
Merge pull request #2200 from MGatner/alias-dd
Browse files Browse the repository at this point in the history
Notify Kint of dd alias
  • Loading branch information
lonnieezell authored Sep 9, 2019
2 parents e169d60 + 097241d commit 3881221
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system/Common.php
Original file line number Diff line number Diff line change
Expand Up @@ -1079,6 +1079,7 @@ function function_usable(string $function_name): bool
*/
function dd(...$vars)
{
Kint::$aliases[] = 'dd';
Kint::dump(...$vars);
exit;
}
Expand Down

0 comments on commit 3881221

Please sign in to comment.