diff --git a/src/Commands/Concerns/WithSoarOptions.php b/src/Commands/Concerns/WithSoarOptions.php index 7b69036..513b03d 100644 --- a/src/Commands/Concerns/WithSoarOptions.php +++ b/src/Commands/Concerns/WithSoarOptions.php @@ -49,7 +49,7 @@ protected function debugSoar(): Soar if ($this->option('verbose')) { $soar->dump(); - $this->newLine(); + $this->output->newLine(); } return $soar;