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