From 01970af8dea6e0a43a19b09f010d73cddc78283f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=8Carodej?= Date: Fri, 6 May 2022 18:24:00 +0200 Subject: [PATCH] websockets:install description redefined --- src/App/Console/Commands/SetupWebsocketEnvironment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/Console/Commands/SetupWebsocketEnvironment.php b/src/App/Console/Commands/SetupWebsocketEnvironment.php index 7cd5aba5..a1124d46 100644 --- a/src/App/Console/Commands/SetupWebsocketEnvironment.php +++ b/src/App/Console/Commands/SetupWebsocketEnvironment.php @@ -23,7 +23,7 @@ class SetupWebsocketEnvironment extends Command public function handle(): void { // Get allowed origins - $origins = $this->ask('Type host of which you want to allow incoming requests. If you want to accept multiple hosts, separate them with comma(,)'); + $origins = $this->ask('Type the host of your VueFileManager front-end application to allow connection with your websocket server. If you want to accept multiple hosts, separate them with comma(,)'); // Store origins to the .env file setEnvironmentValue([