diff --git a/src/Commands/HydeServeCommand.php b/src/Commands/HydeServeCommand.php index df438b55..718d35b6 100644 --- a/src/Commands/HydeServeCommand.php +++ b/src/Commands/HydeServeCommand.php @@ -45,7 +45,7 @@ public function handle(): int $host = $this->option('host'); $command = "php -S $host:$port ".Hyde::path('vendor/hyde/realtime-compiler/server.php'); if (app()->environment('testing')) { - $command = 'echo ' . $command; + $command = 'echo '.$command; } passthru($command);