Skip to content

Commit db2ed85

Browse files
committed
Another fix
1 parent 83e818d commit db2ed85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/commands/Syntax/SetupCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ protected function setUpChat()
179179
$this->chatDetails->port = $this->ask('What is the chat port? [Hit enter to leave as 1337]', 1337);
180180
$this->chatDetails->backLog = $this->ask('How much back log should the chats get? [Hit enter to leave as 100]', 100);
181181
$this->chatDetails->backFill = $this->ask('How much should the chats backfil on connect? [Hit enter to leave as 30]', 30);
182-
$this->chatDetails->apiEndPoint = $this->ask('What is the chat url? [Hit enter to leave as '. $this->siteUrl .']', $this->siteUrl);
182+
$this->chatDetails->apiEndPoint = $this->ask('What is the chat url?');
183183
$this->chatDetails->connectionMessage = $this->confirm('Should the chats show a connection message? [Hit enter to leave as true]', true) ? true : false;
184184

185185
$this->chatConfig = json_encode($this->chatDetails, JSON_PRETTY_PRINT);

0 commit comments

Comments
 (0)