We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18b3b5d commit e9d9640Copy full SHA for e9d9640
src/InMemoryConnection.php
@@ -26,6 +26,7 @@ final class InMemoryConnection implements \ArrayAccess, TransactionalConnection
26
'event_streams' => [],
27
'projections' => [],
28
'documents' => [],
29
+ 'documentIndices' => [],
30
];
31
32
/**
0 commit comments