Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed May 25, 2024
1 parent 5b42a6d commit a1f067e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Commands/TailCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ public function __construct(
private TailDebugLogCommand $tailDebugLogCommand,
private TailProjectLogCommand $tailProjectLogCommand,
private TailServerLogCommand $tailServerLogCommand,
) {}
) {
}

#[ConsoleCommand(
name: 'tail',
Expand Down

0 comments on commit a1f067e

Please sign in to comment.