diff --git a/src/Commands/TailCommand.php b/src/Commands/TailCommand.php index 525c573..f998a28 100644 --- a/src/Commands/TailCommand.php +++ b/src/Commands/TailCommand.php @@ -14,7 +14,8 @@ public function __construct( private TailDebugLogCommand $tailDebugLogCommand, private TailProjectLogCommand $tailProjectLogCommand, private TailServerLogCommand $tailServerLogCommand, - ) {} + ) { + } #[ConsoleCommand( name: 'tail',