From 38e841c13ac4f1bd2ee2bd960d8c9925e8db5a84 Mon Sep 17 00:00:00 2001 From: "Fabian @ Blax Software" Date: Thu, 11 Dec 2025 11:35:59 +0100 Subject: [PATCH] BF restart command --- src/Console/Commands/RestartServer.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Console/Commands/RestartServer.php b/src/Console/Commands/RestartServer.php index 4b1b676..874c85c 100644 --- a/src/Console/Commands/RestartServer.php +++ b/src/Console/Commands/RestartServer.php @@ -15,7 +15,8 @@ class RestartServer extends Command * * @var string */ - protected $signature = 'websockets:restart'; + protected $signature = 'websockets:restart + {--cache-driver=file : The cache driver to use for the server. Redis will not work due to concurrency issues.}'; /** * The console command description.