1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 08:30:07 +01:00

remove dd

This commit is contained in:
Taylor Otwell
2016-05-03 16:11:43 -05:00
parent 925bc30cb2
commit 41c905209e

View File

@@ -2,14 +2,6 @@
use Symfony\Component\Process\Process; use Symfony\Component\Process\Process;
/**
* Die and dump a variable's value.
*/
function dd($value)
{
die(var_dump($value));
}
/** /**
* Simple global function to run commands. * Simple global function to run commands.
*/ */