From: Vincent Vanwaelscappel Date: Tue, 18 Jul 2023 07:51:53 +0000 (+0200) Subject: fix #6066 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=1294b0cec6d528a667d6fa0fa7912929f8fdf3c3;p=cubist_util.git fix #6066 @0:05 --- diff --git a/src/CommandLine.php b/src/CommandLine.php index 2e85679..57ea48d 100644 --- a/src/CommandLine.php +++ b/src/CommandLine.php @@ -276,6 +276,15 @@ class CommandLine } } + public function dddd() + { + if (function_exists('dddd')) { + dddd($this->getCommand(), $this->getOutput()); + } else { + $this->dd(); + } + } + /** * @return string */