singleton(ReplicationInterface::class, function () { return (new FakeReplication())->boot(Factory::create()); }); config([ 'websockets.replication.enabled' => true, 'websockets.replication.driver' => 'fake', ]); } }