Skip to content

Commit acc5d93

Browse files
authored
Merge pull request #2 from event-engine/feature/store_indices_in_memoery
Store indices in InMemoryConnection
2 parents 18b3b5d + e9d9640 commit acc5d93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/InMemoryConnection.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ final class InMemoryConnection implements \ArrayAccess, TransactionalConnection
2626
'event_streams' => [],
2727
'projections' => [],
2828
'documents' => [],
29+
'documentIndices' => [],
2930
];
3031

3132
/**

0 commit comments

Comments
 (0)