BF restart command

This commit is contained in:
Fabian @ Blax Software 2025-12-11 11:35:59 +01:00
parent 142f9e8bf3
commit 38e841c13a
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ class RestartServer extends Command
* *
* @var string * @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. * The console command description.