BF restart command
This commit is contained in:
parent
142f9e8bf3
commit
38e841c13a
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue