mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 00:20:08 +01:00
remove dd
This commit is contained in:
@@ -2,14 +2,6 @@
|
||||
|
||||
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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user