Skip to content

Commit

Permalink
refactor(commands): Update output method in WithSoarOptions trait
Browse files Browse the repository at this point in the history
- Updated the output method call to use the output property for consistency
  • Loading branch information
guanguans committed Jun 11, 2024
1 parent d3bf474 commit 12e7439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/Concerns/WithSoarOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ protected function debugSoar(): Soar

if ($this->option('verbose')) {
$soar->dump();
$this->newLine();
$this->output->newLine();
}

return $soar;
Expand Down

0 comments on commit 12e7439

Please sign in to comment.