Skip to content

Commit

Permalink
FIX function name based on #2
Browse files Browse the repository at this point in the history
  • Loading branch information
rdehnhardt committed Jun 4, 2018
1 parent a5cdfce commit 78b5421
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ function dd()
}
}

if (!function_exists('d')) {
function d()
if (!function_exists('dump')) {
function dump()
{
array_map(function ($x) {
(new Rdehnhardt\Debug\Dumper)->dump($x);
Expand Down

0 comments on commit 78b5421

Please sign in to comment.