Skip to content

Commit

Permalink
Remove die
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed May 25, 2024
1 parent b57a7ae commit 0a91f4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,5 @@ function ld(mixed ...$input): void
function ll(mixed ...$input): void
{
get(Debug::class)->log($input, writeToOut: false);
die();
}
}

0 comments on commit 0a91f4f

Please sign in to comment.