]> _ Git - cubist_util.git/commitdiff
fix #6066 @0:05
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 18 Jul 2023 07:51:53 +0000 (09:51 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 18 Jul 2023 07:51:53 +0000 (09:51 +0200)
src/CommandLine.php

index 2e856795a408d61e30de3843f4b8fd65e7ec2944..57ea48d15971e161966dec78fed1ae452014d4b2 100644 (file)
@@ -276,6 +276,15 @@ class CommandLine
         }
     }
 
+    public function dddd()
+    {
+        if (function_exists('dddd')) {
+            dddd($this->getCommand(), $this->getOutput());
+        } else {
+            $this->dd();
+        }
+    }
+
     /**
      * @return string
      */