diff --git a/src/Commands/PlugNPrayCommand.php b/src/Commands/PlugNPrayCommand.php index b3b3fb0..45d96dd 100644 --- a/src/Commands/PlugNPrayCommand.php +++ b/src/Commands/PlugNPrayCommand.php @@ -233,10 +233,11 @@ services: YAML; if ($websocket) { - $yaml .= " PUSHER_PORT: \"{$websocketPort}\"\n"; + $yaml .= "\n PUSHER_PORT: \"{$websocketPort}\""; } $yaml .= <<