BF restart command
This commit is contained in:
parent
da82aa9fc5
commit
142f9e8bf3
|
|
@ -33,6 +33,8 @@ class RestartServer extends Command
|
||||||
{
|
{
|
||||||
\Log::channel('websocket')->info('WebSocket restart server command called ...');
|
\Log::channel('websocket')->info('WebSocket restart server command called ...');
|
||||||
|
|
||||||
|
config(['cache.default' => $this->option('cache-driver', 'file')]);
|
||||||
|
|
||||||
Cache::forever(
|
Cache::forever(
|
||||||
'blax:websockets:restart',
|
'blax:websockets:restart',
|
||||||
$this->currentTime()
|
$this->currentTime()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue