From e9d96408ce480d61776e56305a485b4fd83bcbc4 Mon Sep 17 00:00:00 2001 From: codeliner Date: Tue, 12 Nov 2019 22:03:53 +0100 Subject: [PATCH] Store indices in InMemoryConnection --- src/InMemoryConnection.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/InMemoryConnection.php b/src/InMemoryConnection.php index e859ac6..759b006 100644 --- a/src/InMemoryConnection.php +++ b/src/InMemoryConnection.php @@ -26,6 +26,7 @@ final class InMemoryConnection implements \ArrayAccess, TransactionalConnection 'event_streams' => [], 'projections' => [], 'documents' => [], + 'documentIndices' => [], ]; /**