diff --git a/src/Commands/WatchHorizonCommand.php b/src/Commands/WatchHorizonCommand.php index 02e8174..8d9d125 100644 --- a/src/Commands/WatchHorizonCommand.php +++ b/src/Commands/WatchHorizonCommand.php @@ -31,7 +31,7 @@ protected function startHorizon(): bool { $this->horizonProcess = Process::fromShellCommandline(config('horizon-watcher.command')); - $this->horizonProcess->setTty(! $this->option('without-tty') )->setTimeout(null); + $this->horizonProcess->setTty(! $this->option('without-tty'))->setTimeout(null); $this->horizonProcess->start(fn ($type, $output) => $this->info($output));