From 45197ba298fe2b818e0a3964ffe8a9cf1d0ae854 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 19 Jan 2023 19:26:55 +0100 Subject: [PATCH] wip #5661 @0.25 --- src/CommandLine/Node.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/CommandLine/Node.php diff --git a/src/CommandLine/Node.php b/src/CommandLine/Node.php new file mode 100644 index 0000000..d5b16b9 --- /dev/null +++ b/src/CommandLine/Node.php @@ -0,0 +1,22 @@ +setArg(null, $tmp); + $cl->execute(); + return $cl; + } + + +} \ No newline at end of file -- 2.39.5