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.