Skip to content

Commit

Permalink
Merge branch 'master' of github.com:spatie/ray
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 10, 2021
2 parents 4d42a26 + 2eaf0af commit 4d7f01d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ function ray(...$args)
}

if (! function_exists('rd')) {
function rd(...$args) {
function rd(...$args)
{
ray(...$args)->die();
}
}

0 comments on commit 4d7f01d

Please sign in to comment.