singleton(ReplicationInterface::class, function () { return new LocalClient(); }); Config::set([ 'websockets.replication.enabled' => true, 'websockets.replication.driver' => 'redis', ]); } }