From 6e528bd772ae17cf43b22aaf7fd7fdf3ff861c68 Mon Sep 17 00:00:00 2001 From: Mark van Eijk Date: Thu, 2 Nov 2023 22:20:15 +0100 Subject: [PATCH] remove unused class --- src/Console/Terminal.php | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 src/Console/Terminal.php diff --git a/src/Console/Terminal.php b/src/Console/Terminal.php deleted file mode 100644 index 48a38fc..0000000 --- a/src/Console/Terminal.php +++ /dev/null @@ -1,28 +0,0 @@ -input = new \Symfony\Component\Console\Input\StringInput($argInput); - - $this->outputSymfony = new \Symfony\Component\Console\Output\ConsoleOutput(); - $this->outputStyle = new \Illuminate\Console\OutputStyle($this->input, $this->outputSymfony); - - $this->output = $this->outputStyle; - } -}