@@ -48,7 +48,7 @@ |
||
48 | 48 | |
49 | 49 | protected function runServerProcess(string $command): void |
50 | 50 | { |
51 | - Process::run($command, function ($type, $line) { |
|
51 | + Process::run($command, function($type, $line) { |
|
52 | 52 | $this->output->write($line); |
53 | 53 | }); |
54 | 54 | } |