BF restart command

This commit is contained in:
Fabian @ Blax Software 2025-12-11 11:34:54 +01:00
parent da82aa9fc5
commit 142f9e8bf3
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ class RestartServer extends Command
{
\Log::channel('websocket')->info('WebSocket restart server command called ...');
config(['cache.default' => $this->option('cache-driver', 'file')]);
Cache::forever(
'blax:websockets:restart',
$this->currentTime()